1#define THIS 0
2#ifdef THIS == 1
3#endif
4
5/*
6 * check-name: preprocessor/extra-token.c
7 * check-command: sparse -E $file
8 * check-known-to-fail
9 *
10 * check-error-start
11preprocessor/extra-token.c:2:13: warning: extra tokens at end of #ifdef directive
12 * check-error-end
13 *
14 * check-output-ignore
15 */
16