1 2 3 4 5 6 7 8 9
/* * Yet more examples from comp.std.c. * * This should result in "a|". We get it right. */ #define a a| #define b(x) x b(a)