nir: move to compiler/
[mesa.git] / src / glsl / glcpp / tests / 049-if-expression-precedence.c
1 #if 1 + 2 * 3 + - (25 % 17 - + 1)
2 failure with operator precedence
3 #else
4 success
5 #endif