1#define baz(failure) failure
2#define bar(failure) failure
3#define foo() bar(baz(success))
4foo()
5