Plan 9 from Bell Labs’s /usr/web/sources/patch/applied/cpp-varadic-macros/test/dsharp.c
// this really sucks. #define AB "hello, world" #define x(...) A ## __VA_ARGS__ void main(void) { int y; y = 0; fprint(2, "%s\n", x(B, y)); exits(""); }