no-write-strings.C   [plain text]


// { dg-do compile }
// { dg-options -Wno-write-strings }

int main()
{
   char* p = "Asgaard";
}