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