No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / 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 "" }