08.c 108 B

12345
  1. // test macro expansion in arguments
  2. #define s_pos s_s.s_pos
  3. #define foo(x) (x)
  4. foo(hej.s_pos)