summaryrefslogtreecommitdiff
path: root/src/glsl/glcpp/tests/029-define-chain-obj-to-func-with-args.c
blob: 261f7d28fc2dc33b005137320197a407c14c6ef1 (plain)
1
2
3
#define bar(failure) failure
#define foo bar(success)
foo