modernc.org/cc@v1.0.1/testdata/issue84.c (about)

     1  #define a(b, ...) c(b, __VA_ARGS__)
     2  a(1, 2, 3);
     3  a(1, 2);
     4  a(1);