nir: move to compiler/
[mesa.git] / src / glsl / glcpp / tests / 055-define-chain-obj-to-func-parens-in-text.c
1 #define failure() success
2 #define foo failure
3 foo()