lang-bootstrap/05/tcc-final/tests/pp/08.c
2025-04-18 12:38:54 +01:00

4 lines
108 B
C

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