* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / udlit-nounder-neg.C
blob9120ae45dfaa81ddf4dde31985bf91a46483a048
1 // { dg-do compile { target c++11 } }
3 // Test user-defined literals.
4 // Test warning on declaration without leading underscore.
6 long double operator"" nounder(long double); // { dg-warning "literal operator suffixes not preceded by|are reserved for future standardization" }
8 template<char...>
9   int operator"" nounder(); // { dg-warning "literal operator suffixes not preceded by|are reserved for future standardization" }