tccpp: fix issues, add tests
[tinycc.git] / tests / pp / 08.c
blob93018e11f5e37a4e0ec4db92bbeebc0d1018bfb1
1 // test macro expansion in arguments
2 #define s_pos s_s.s_pos
3 #define foo(x) (x)
4 foo(hej.s_pos)