lang-bootstrap/05/tcc-0.9.27/tests/pp/08.c

5 lines
108 B
C
Raw Normal View History

2022-02-18 12:36:57 -05:00
// test macro expansion in arguments
#define s_pos s_s.s_pos
#define foo(x) (x)
foo(hej.s_pos)