Merged revisions 208012,208018-208019,208021,208023-208030,208033,208037,208040-20804...
[official-gcc.git] / main / gcc / testsuite / g++.dg / cpp0x / udlit-preproc-neg.C
blob64b6f8266bf7742fad636838629c10287c151a08
1 // { dg-do compile { target c++11 } }
3 int
4 operator"" _badpreproc(const char *str)
5 { return 0; }
7 #if 123_badpreproc  //  { dg-error "user-defined literal in preprocessor expression" }
8 #  error ("user-defined literal in preprocessor expression")  //  { dg-error "user-defined literal in preprocessor expression" }
9 #endif