nir: move to compiler/
[mesa.git] / src / glsl / glcpp / tests / 030-define-chain-obj-to-func-compose.c
1 #define baz(failure) failure
2 #define bar(failure) failure
3 #define foo bar(baz(success))
4 foo