blob: 89c7581ff113b9a2f0db12cde1c8900774017fd0 [file] [log] [blame]
// { dg-do compile { target c++11 } }
// Test user-defined literals.
// Test error on non-function declaration.
double operator"" _baddecl; // { dg-error "as non-function" }
template<char...>
int operator"" _badtmpldecl; // { dg-error "as non-function" }