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" }
9 int operator ""nounder(); // { dg-warning "literal operator suffixes not preceded by|are reserved for future standardization" }