mte/unikernel/duniverse/cppo/test/arity_mismatch_indirect.cppo

4 lines
100 B
Text
Raw Normal View History

2025-11-11 02:07:51 +01:00
#define ID(X) X
#define APPLY(F : [.], X) F (* intentionally forgetting to apply F *)
APPLY(ID, 42)