[PATCH] Add support for GCC's __builtin_extract_return_addr function.
[smatch.git] / validation / preprocessor7.c
blobe7e1d3755e490bc276c98ecabc220061451a9482
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))