nir: move to compiler/
[mesa.git] / src / glsl / glcpp / tests / 034-define-func-self-compose-non-func.c
1 #define foo(bar) bar
2 foo(foo)