OSDN Git Service

2010-02-21 Manuel López-Ibáñez <manu@gcc.gnu.org>
[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" }