OSDN Git Service

* gcc.dg/tm/memopt-6.c: Cleanup tmedge tree dump.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / template / crash14.C
1 // { dg-options -std=c++98 }
2
3 template <int T> class foo { public: foo() { } class Z { };};
4 template <int I[2]> void dep7(foo<I[0]> *) { } // { dg-error "" }
5