1*1f5207b7SJohn Levon #define A defi
2*1f5207b7SJohn Levon #define B ned
3*1f5207b7SJohn Levon #define C(x,y) x##y
4*1f5207b7SJohn Levon #define D(x,y) C(x,y)
5*1f5207b7SJohn Levon #if D(A,B) B
6*1f5207b7SJohn Levon D(1,2)
7*1f5207b7SJohn Levon #endif
8*1f5207b7SJohn Levon /*
9*1f5207b7SJohn Levon  * check-name: Preprocessor #15
10*1f5207b7SJohn Levon  * check-command: sparse -E $file
11*1f5207b7SJohn Levon  *
12*1f5207b7SJohn Levon  * check-output-start
13*1f5207b7SJohn Levon 
14*1f5207b7SJohn Levon 12
15*1f5207b7SJohn Levon  * check-output-end
16*1f5207b7SJohn Levon  */
17