OSDN Git Service

2009-02-02 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / warn / write-strings-default.C
1 // { dg-do compile }
2 // Test the default for -Wwrite-strings
3
4 int main()
5 {
6    char* p = "Asgaard";         // { dg-warning "deprecated" }
7 }