Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
warn
/
Wwrite-strings-7.C
blob: 13a8291aedc7e462da180f7419f62ba97b8563b1 [
file
] [
log
] [
blame
]
// PR c++/79791
// { dg-do compile { target c++11 } }
// { dg-options "-Wno-write-strings" }
char
*
s
=
"foo"
;