10:2(1): preprocessor error: Error: macro MULT invoked with 1 arguments (expected 2)
2
30:3(1): preprocessor error: Error: macro MULT invoked with 1 arguments (expected 2)
4
50:4(1): preprocessor error: Error: macro MULT invoked with 3 arguments (expected 2)
6
7
8MULT()
9MULT(1)
10MULT(1,2,3)
11
12