blob: 1293e859156ba15812a2090c00fed78d5c2225c8 [file] [log] [blame]
// { dg-do compile }
// { dg-options -Wwrite-strings }
int main()
{
char* p = "Asgaard"; // { dg-warning "deprecated|forbids converting a string constant" }
}