* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / pr58155.C
blob60b02ab657dc75252863532fd12c6cb5dd658d2a
1 // { dg-do compile { target c++11 } }
3 #define BAZ "baz"
5 #if 0
7 "bar"BAZ
9 R"(
10   bar
11 )"BAZ
13 #endif