summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/warn/write-strings-default.C
blob: 063b303f66039a2108602f768e5645277b628388 (plain)
1
2
3
4
5
6
7
// { dg-do compile }
// Test the default for -Wwrite-strings

int main()
{
   char* p = "Asgaard";         // { dg-warning "deprecated|forbids converting a string constant" }
}