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