* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / decltype-77338.C
blob4ba7c96d32c980caca29f4f46118fd30f34fe732
1 // PR c++/77338
2 // { dg-do compile { target c++11 } }
4 struct S;
6 template <typename>
7 auto f (S s) -> decltype (s (s));       // { dg-error "no match for call to" }