modernc.org/ccgo/v3@v3.16.14/lib/testdata/tcc-0.9.27/tests/pp/07.c (about) 1 #define a() YES 2 #define b() a 3 b() 4 b()()