* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / Wliteral-suffix2.C
blob129947d86b312110f831e830a8551e886656d87b
1 // { dg-do compile { target c++11 } }
2 // { dg-options "-Wno-literal-suffix" }
4 // Test user-defined literals.
5 // Test "-Wno-literal-suffix" suppresses warnings on declaration without
6 // leading underscore.
8 long double operator"" nounder(long double); // { dg-bogus "" }
10 template<char...>
11   int operator"" nounder(); // { dg-bogus "" }