1// PR c++/18124
2
3template <template <int> class class> class A {}; // { dg-error "" }
4