modernc.org/ccgo/v3@v3.16.14/lib/testdata/tcc-0.9.27/tests/pp/04.c (about)

     1  #define foobar 1
     2  #define C(x,y) x##y
     3  #define D(x) (C(x,bar))
     4  D(foo)