Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
7b07d4ae5ad66bba497d072e7e95f65aea63c187
/
.
/
test
/
SemaObjC
/
warn-write-strings.m
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}}