* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / 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