Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
warn
/
Wall-write-strings.C
blob: e380b321bcd39131e275eb5c0a02937739057704 [
file
] [
log
] [
blame
]
// PR 8586
// { dg-do compile }
// { dg-options "-Wall" }
char
*
foo
=
"foo"
;
// { dg-warning "" }
const
char
*
bar
=
"bar"
;