aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/preprocessor15.c
blob: 0a2dfd7f26f90898f060d1d49c0a7b639fba21e4 (plain)
1
2
3
4
5
6
7
#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