mte/unikernel/duniverse/cppo/test/arity_mismatch.cppo

4 lines
78 B
Text
Raw Normal View History

2025-11-11 02:07:51 +01:00
(* This test shows an arity mismatch error. *)
#define INCR(x) x+1
INCR(x, y)