summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/warn/write-strings.C
blob: 1293e859156ba15812a2090c00fed78d5c2225c8 (plain)
1
2
3
4
5
6
7
// { dg-do compile }
// { dg-options -Wwrite-strings }

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