ir_to_mesa: Add support for scalar * mat, vec * mat.
[mesa.git] / src / glsl / glcpp / tests / 057-empty-arguments.c
1 #define zero() success
2 zero()
3 #define one(x) success
4 one()
5 #define two(x,y) success
6 two(,)