c++: robustify testcase [PR109752]
[official-gcc.git] / gcc / testsuite / g++.dg / template / crash14.C
blobcf6fffa1a6bdd65e111bc855f23a05573c71c136
1 // { dg-options -std=c++98 }
3 template <int T> class foo { public: foo() { } class Z { };};
4 template <int I[2]> void dep7(foo<I[0]> *) { } // { dg-error "" }