summaryrefslogtreecommitdiff
path: root/src/glsl/glcpp/tests/085-incorrect-argument-count.c.expected
blob: 1df30cbb56f53ee4bde4a75ba8bf73d53af18d71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
0:2(1): preprocessor error: Error: macro MULT invoked with 1 arguments (expected 2)

0:3(1): preprocessor error: Error: macro MULT invoked with 1 arguments (expected 2)

0:4(1): preprocessor error: Error: macro MULT invoked with 3 arguments (expected 2)


MULT()
MULT(1)
MULT(1,2,3)