* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / decltype-33837.C
blob4a8f053234eb79fd9a73815c6050ef3207ac2ade
1 // { dg-do compile { target c++11 } }
2 // PR c++/33837
3 void foo()
5   __decltype (A::foo()); // { dg-error "A" }
6   __decltype (B); // { dg-error "B" }