[PowerPC] Collect some CallLowering arguments into a struct. [NFC]
[llvm-project.git] / clang / test / SemaObjC / warn-write-strings.m
blob163c864257e9e3731a12182f1fefc8148da4ad0d
1 // RUN: %clang_cc1 -verify -fsyntax-only -fconst-strings %s
3 // PR4804
4 char* x = "foo"; // expected-warning {{initializing 'char *' with an expression of type 'const char [4]' discards qualifiers}}