029-define-chain-obj-to-func-with-args.c revision b8e80941
1#define bar(failure) failure
2#define foo bar(success)
3foo
4