mte/unikernel/duniverse/cppo/test/undefined.cppo

5 lines
137 B
Text
Raw Normal View History

2025-11-11 02:07:51 +01:00
#define APPLY(F : [.], X) F(X)
APPLY(FOO, 42)
(* invalid because APPLY expects a macro as an argument:
but FOO is not defined. *)