(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
warn/
write-strings-default.C
// { dg-do compile }
// Test the default for -Wwrite-strings

int main()
{
   char* p = "Asgaard";         // { dg-warning "deprecated|forbids converting a string constant" }
}