https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33877
--- Comment #15 from Alejandro Colomar <[email protected]> --- (In reply to Alejandro Colomar from comment #14) > Here's the source code I'm using to test different implementations of > COUNT_ARGS() that I've found in the wild: I meant s/COUNT_ARGS/ARGC/ > > > #define FOO(...) __LINE__: foo: ARGC(__VA_ARGS__) > #define BAR(a, ...) __LINE__: bar: ARGC(__VA_ARGS__)
