blob: 163c864257e9e3731a12182f1fefc8148da4ad0d [file] [log] [blame]
Chandler Carruthb009b142011-04-23 06:30:43 +00001// RUN: %clang_cc1 -verify -fsyntax-only -fconst-strings %s
John McCallc33dec32010-03-15 10:54:44 +00002
3// PR4804
Chris Lattner53fa0492010-09-05 00:04:01 +00004char* x = "foo"; // expected-warning {{initializing 'char *' with an expression of type 'const char [4]' discards qualifiers}}