1 2 3 4 5 6 7 8 9 10
/* * More examples from the comp.std.c discussion. * * This should result in bar(bar). We get it right. */ #define foo bar #define mac(x) x(foo) mac(foo)