2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / template / crash14.C
blob7b3af045fa9e5fb6bddf87f33ec0d93e9a459917
1 template <int T> class foo { public: foo() { } class Z { };};
2 template <int I[2]> void dep7(foo<I[0]> *) { } // { dg-error "" }