Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
62f123445722414127bffc10865cc2e34acfc608
/
.
/
test
/
SemaObjC
/
warn-write-strings.m
blob: 163c864257e9e3731a12182f1fefc8148da4ad0d [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -verify -fsyntax-only -fconst-strings %s
// PR4804
char
*
x
=
"foo"
;
// expected-warning {{initializing 'char *' with an expression of type 'const char [4]' discards qualifiers}}