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