nir: move to compiler/
[mesa.git] / src / glsl / glcpp / tests / 143-multiple-else.c
1 #if 0
2 #else
3 int foo;
4 #else
5 int bar;
6 #endif