extra: get max correctly
[smatch.git] / validation / preprocessor / preprocessor17.c
blobbd54fa6e21766512ef42fd203a9f74f029534fa7
1 #if 0
2 /* these should not warn */
3 #ifdef (
4 #endif
5 #ifndef (
6 #endif
7 #endif
8 /*
9 * check-name: Preprocessor #17
10 * check-command: sparse -E $file
11 * check-output-start
14 * check-output-end