aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp0x/udlit-nofunc-neg.C
blob: 89c7581ff113b9a2f0db12cde1c8900774017fd0 (plain)
1
2
3
4
5
6
7
8
9
// { 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" }