Daily bump.
[gcc.git] / gcc / testsuite / g++.dg / warn / write-strings-default.C
blob063b303f66039a2108602f768e5645277b628388
1 // { dg-do compile }
2 // Test the default for -Wwrite-strings
4 int main()
6    char* p = "Asgaard";         // { dg-warning "deprecated|forbids converting a string constant" }