math: improve how get_absolute_min/max() work
[smatch.git] / validation / preprocessor / preprocessor7.c
blob07fce8c3fa2f14be9a1f20bea1abcd3041f9b209
1 #define A(x) C(B, D
2 #define D A(1))
3 #define C(x,y) E(y)
4 #define E(y) #y
5 A(2))
6 /*
7 * check-name: Preprocessor #7
8 * check-command: sparse -E $file
10 * check-output-start
12 "\"D\""
13 * check-output-end