1 // PR c++/37650
2 
3 template<int> struct A {};
4 
5 template<typename = class A<0>: > struct B {}; // { dg-error "" }
6