mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-12 05:26:00 -04:00
5 lines
40 B
C
5 lines
40 B
C
#define a() YES
|
|
#define b() a
|
|
b()
|
|
b()()
|