* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / decltype57.C
blob353cc72c3357edd6e1a6c21fd54aaa2932155bdd
1 // PR c++/58633
2 // { dg-do compile { target c++11 } }
4 void foo(int i)
6   typedef int I;
7   decltype(i.I::~I())* p;