OSDN Git Service

Add NIOS2 support. Code from SourceyG++.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / template / crash14.C
1 template <int T> class foo { public: foo() { } class Z { };};
2 template <int I[2]> void dep7(foo<I[0]> *) { } // { dg-error "" }
3