OSDN Git Service

PR c++/50835
[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" }