glsl2: Move the compiler to the subdirectory it will live in in Mesa.
[mesa.git] / src / glsl / glcpp / tests / 044-if-1-else.c
1 success_1
2 #if 1
3 success_2
4 #else
5 failure
6 #endif
7 success_3