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