blob: 60957fb9b4dae89384636b1d24afeefdc2d87c47 [file] [log] [blame]
static int c = 'a;
static char s[] = "abc;
static char t[] = "xyz";
extern void foo(void);
/*
* check-name: missing-delim
* check-command: sparse -E $file
* check-output-ignore
*
* check-error-start
preprocessor/missing-delim.c:2:0: warning: missing terminating ' character
preprocessor/missing-delim.c:4:0: warning: missing terminating " character
* check-error-end
*/