modernc.org/cc@v1.0.1/v2/testdata/cpp-expand/005.c (about) 1 #define foo(a, ...) bar(a, __VA_ARGS__) 2 foo(1, 2, 3);