nir: move to compiler/
[mesa.git] / src / glsl / glcpp / tests / 062-if-0-skips-garbage.c
1 #define foo(a,b)
2 #if 0
3 foo(bar)
4 foo(
5 #endif