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

5 lines
108 B
C
Raw Normal View History

2025-04-18 12:38:54 +01:00
// test macro expansion in arguments
#define s_pos s_s.s_pos
#define foo(x) (x)
foo(hej.s_pos)