freebsd-nq/test/Sema/warn-write-strings.c
2010-05-04 16:12:48 +00:00

5 lines
198 B
C

// 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}}