mte/unikernel/duniverse/cppo/test/arity_mismatch.cppo
2025-11-11 02:07:51 +01:00

3 lines
78 B
Text

(* This test shows an arity mismatch error. *)
#define INCR(x) x+1
INCR(x, y)