blob: df8775194f45f9dbe3f51ed137717814b4e361c2 [file]
#define A defi
#define B ned
#define C(x,y) x##y
#define D(x,y) C(x,y)
#if D(A,B) B
D(1,2)
#endif
/*
* check-name: Preprocessor #15
* check-command: sparse -E $file
*
* check-output-start
12
* check-output-end
*/