nir: move to compiler/
[mesa.git] / src / glsl / glcpp / tests / 085-incorrect-argument-count.c
1 #define MULT(x,y) ((x)*(y))
2 MULT()
3 MULT(1)
4 MULT(1,2,3)
5