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