blob: 129947d86b312110f831e830a8551e886656d87b [file] [log] [blame]
// { dg-do compile { target c++11 } }
// { dg-options "-Wno-literal-suffix" }
// Test user-defined literals.
// Test "-Wno-literal-suffix" suppresses warnings on declaration without
// leading underscore.
long double operator"" nounder(long double); // { dg-bogus "" }
template<char...>
int operator"" nounder(); // { dg-bogus "" }