root/usr/src/tools/smatch/src/validation/preprocessor/preprocessor17.c
#if 0
/* these should not warn */
#ifdef (
#endif
#ifndef (
#endif
#endif
/*
 * check-name: Preprocessor #17
 * check-command: sparse -E $file
 * check-output-start


 * check-output-end
 */