mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-17 04:12:34 +03: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)
|