Merge remote branch 'origin/master' into nv50-compiler
[mesa.git] / src / glsl / glcpp / tests / 029-define-chain-obj-to-func-with-args.c
1 #define bar(failure) failure
2 #define foo bar(success)
3 foo