modernc.org/cc@v1.0.1/v2/testdata/cpp-expand/006.c (about) 1 #define foo2(a, b...) bar2(a, b) 2 foo2(1, 2, 3);