blob: 063b303f66039a2108602f768e5645277b628388 [file] [log] [blame]
// { dg-do compile }
// Test the default for -Wwrite-strings
int main()
{
char* p = "Asgaard"; // { dg-warning "deprecated|forbids converting a string constant" }
}