OSDN Git Service

Add NIOS2 support. Code from SourceyG++.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / template / error3.C
1 // PR 12762
2
3 template <typename> struct A { A() {}};
4 typedef A<int> Ac;
5 Ac<double> a; // { dg-error "template" }