aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp0x/udlit-nospace-neg.C
blob: d1f3238845e1a2fd3127ba34883041867d9aa2af (plain)
1
2
3
4
5
// { dg-do compile { target c++11 } }

float operator ""_abc(const char*);

int operator""_def(long double);