blob: 20169e8b5f5e20b670a1d5a0c321ffc6322476ae [file]
/* one warning for each, please... */
#define 1
#undef 1
/*
* check-name: Preprocessor #18
* check-command: sparse -E $file
*
* check-output-start
* check-output-end
*
* check-error-start
preprocessor/preprocessor18.c:2:2: error: expected identifier to 'define'
preprocessor/preprocessor18.c:3:2: error: expected identifier to 'undef'
* check-error-end
*/