git: 9front

ref: 9ca10c746d5d7b88d1d28d27253cd6274bcfc9bd
dir: /sys/src/cmd/cpp/test.c/

View raw version
#define M1()
#define M2(A1) A1()
M2(M1)
M2(P1)