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