aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp0x/pr58155.C
blob: 60b02ab657dc75252863532fd12c6cb5dd658d2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// { dg-do compile { target c++11 } }

#define BAZ "baz"

#if 0

"bar"BAZ

R"(
  bar
)"BAZ

#endif