Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
01e56aecb77a96dcd93fa0e901b919f2e441981d
/
.
/
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}}