blob: 04af00ca2d835b87e0841d700a4260b06753d5e7 [file] [log] [blame]
// RUN: %clang_cc1 -verify -fsyntax-only -Wwrite-strings %s
// PR4804
char* x = "foo"; // expected-warning {{initializing 'char *' with an expression of type 'char const [4]' discards qualifiers}}