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

3 lines
100 B
Text

#define ID(X) X
#define APPLY(F : [.], X) F (* intentionally forgetting to apply F *)
APPLY(ID, 42)