nir: move to compiler/
[mesa.git] / src / glsl / glcpp / tests / 036-define-func-non-macro-multi-token-argument.c
1 #define bar success
2 #define foo(x) x
3 foo(more bar)