mte/unikernel/duniverse/cppo/test/expect_ident_empty.cppo

7 lines
173 B
Text
Raw Normal View History

2025-11-11 02:07:51 +01:00
let id x = x
#define ID(X) X
#define APPLY(F : [.], X) F(X)
APPLY(, 42)
(* invalid because APPLY expects a macro as an argument:
an empty argument is not allowed. *)