math: improve how get_absolute_min/max() work
[smatch.git] / validation / preprocessor / preprocessor9.c
blob20f9c8fc33c9755612d355238de7466928b23719
1 /* Only # in the input stream marks the beginning of preprocessor command,
2 * and here we get it from macro expansion.
3 */
4 #define A # define X 1
7 /*
8 * check-name: Preprocessor #9
9 * check-command: sparse -E $file
11 * check-output-start
13 # define X 1
15 * check-output-end