mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-12 05:26:00 -04:00
5 lines
108 B
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)
|