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