blob: 234c473801bbd6ad8ce8e6c9b001ea9d34f649ca [file] [log] [blame]
// { dg-do compile }
// Test the default for -Wwrite-strings
int main()
{
char* p = "Asgaard"; // { dg-warning "warning:.*deprecated.*" }
}