tinycc/tests/pp/08.c

5 lines
108 B
C

// test macro expansion in arguments
#define s_pos s_s.s_pos
#define foo(x) (x)
foo(hej.s_pos)