Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
355fa3a65d2bffb2cb230e5c3d8cd14ec5570329
/
.
/
test
/
SemaObjC
/
warn-write-strings.m
blob: 938f0be7721fcd8645681f6e6d7afe3972252320 [
file
] [
log
] [
blame
]
John McCall
4b7a834
2010-03-15 10:54:44 +0000
[
diff
] [
blame
]
1
// RUN: %clang_cc1 -verify -fsyntax-only -Wwrite-strings %s
2
3
// PR4804
4
char
*
x
=
"foo"
;
// expected-warning {{initializing 'char const [4]' discards qualifiers, expected 'char *'}}