aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/warn-write-strings.c
blob: 04af00ca2d835b87e0841d700a4260b06753d5e7 (plain) (blame)
1
2
3
4
// 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}}