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