2 // { dg-do compile { target c++11 } }
6 int i = (A<0>(), 0); // { dg-error "recursive instantiation of default" }
11 template<int N> struct B
13 B* p = new B<N>; // { dg-error "recursive instantiation of default" }
20 template<int N> struct D
22 D* p = new D<0>; // { dg-error "" }