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