modernc.org/cc@v1.0.1/v2/testdata/cpp-expand/007.c (about)

     1  #define a(b) b
     2  #define c a
     3  c(42)