Plan 9 from Bell Labs’s /usr/web/sources/patch/applied/cpp-varadic-macros/test/dsharp2.c
#define p(...) fprint(2, "DEBUG" ## __VA_ARGS__) void main(void) { p("hello, world"); exits(""); }