nir: move to compiler/
[mesa.git] / src / glsl / glcpp / tests / 085-incorrect-argument-count.c.expected
1 0:2(1): preprocessor error: Error: macro MULT invoked with 1 arguments (expected 2)
2
3 0:3(1): preprocessor error: Error: macro MULT invoked with 1 arguments (expected 2)
4
5 0:4(1): preprocessor error: Error: macro MULT invoked with 3 arguments (expected 2)
6
7
8 MULT()
9 MULT(1)
10 MULT(1,2,3)
11