blob: 450d0a6fe62e64115df318b1e4f06be66dcd7174 [file] [log] [blame]
John McCall4b7a8342010-03-15 10:54:44 +00001// RUN: %clang_cc1 -verify -fsyntax-only -Wwrite-strings %s
2
3// PR4804
Chris Lattner58f9e132010-09-05 00:04:01 +00004char* x = "foo"; // expected-warning {{initializing 'char *' with an expression of type 'const char [4]' discards qualifiers}}