2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / template / error7.C
blob3c1a0e1f21b1fd5b1328dd11739f856a46201c6c
1 // PR c++/13314
2 // { dg-options "-O2" }
4 struct A { template <int> struct B; };
5 struct A::B {}; // { dg-error "" }
6 A::B<0> b; // { dg-error "" }