// 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(""); }