mte/unikernel/duniverse/cppo/test/unmatched.cppo

15 lines
117 B
Text
Raw Normal View History

2025-11-11 02:07:51 +01:00
#ifdef whatever
(
#else
let a = 1 in
let b = 2 in
(a ||
#endif
b)
#define F(x, y) (x + y)
F(1,(2+3))
)
(