4 lines
78 B
Text
4 lines
78 B
Text
|
|
(* This test shows an arity mismatch error. *)
|
||
|
|
#define INCR(x) x+1
|
||
|
|
INCR(x, y)
|