modernc.org/cc@v1.0.1/v2/testdata/cpp-expand/001.h (about) 1 #define f(x) f(2*x) 2 #define m(a) a(24) 3 f(f(42)) 4 m(f)