repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
pr58155.C
blob
60b02ab657dc75252863532fd12c6cb5dd658d2a
1
// { dg-do compile { target c++11 } }
2
3
#define BAZ "baz"
4
5
#if 0
6
7
"bar"BAZ
8
9
R"(
10
bar
11
)"BAZ
12
13
#endif