Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
warn/
no-write-strings.C
// { dg-do compile } // { dg-options -Wno-write-strings } int main() { char* p = "Asgaard"; }