Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
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"
;