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

4 lines
137 B
Text

#define APPLY(F : [.], X) F(X)
APPLY(FOO, 42)
(* invalid because APPLY expects a macro as an argument:
but FOO is not defined. *)