* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / nolinkage1.h
blob3cb5f63b3900cba75b242eb73ca1f6ec2d8ab17e
1 template <class T>
2 struct A
4 A();
5 };
7 template <class T>
8 A<T>::A() { }