Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
8596bbe00e3cd670652ddaf0c22d14aa84bb6fb8
/
.
/
test
/
SemaObjC
/
warn-write-strings.m
blob: 938f0be7721fcd8645681f6e6d7afe3972252320 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -verify -fsyntax-only -Wwrite-strings %s
// PR4804
char
*
x
=
"foo"
;
// expected-warning {{initializing 'char const [4]' discards qualifiers, expected 'char *'}}