aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/preprocessor/extra-token.c
blob: 50a853c5d00a9d411ca8a5ebe8edb9f7d2ee921f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#define THIS 0
#ifdef THIS == 1
#endif

/*
 * check-name: preprocessor/extra-token.c
 * check-command: sparse -E $file
 * check-known-to-fail
 *
 * check-error-start
preprocessor/extra-token.c:2:13: warning: extra tokens at end of #ifdef directive
 * check-error-end
 *
 * check-output-ignore
 */