* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / parse2.C
blob77ea14a92a8c9f1c7fc75ca9ca4e3e8afdc68c63
1 // PR c++/54526
2 // { dg-do compile { target c++11 } }
4 template <class T>
5 struct X { };
7 struct A { };
9 int main()
11   X<::A> x;
14 int a;
15 bool b = 0<::a;