* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / udlit-nofunc-neg.C
blob89c7581ff113b9a2f0db12cde1c8900774017fd0
1 // { dg-do compile { target c++11 } }
3 // Test user-defined literals.
4 // Test error on non-function declaration.
6 double operator"" _baddecl; // { dg-error "as non-function" }
8 template<char...>
9   int operator"" _badtmpldecl; // { dg-error "as non-function" }