brintos

brintos / llvm-project-archived public Read only

0
0
Text · 197 B · c9361f0 Raw
5 lines · plain
1// RUN: %clang_cc1 -verify -fsyntax-only -fconst-strings %s2 3// PR48044char* x = "foo"; // expected-warning {{initializing 'char *' with an expression of type 'const char[4]' discards qualifiers}}5