Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
warn_cxx0x4.C
blob: c3f0cf552125e1a232c2ac59c777b2b98e3c63e7 [
file
] [
log
] [
blame
]
// { dg-options "-Wall" }
#define
FOO
"foo"
const
char
*
p
=
"bar"
FOO
;
// { dg-warning "macro" }