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

16 lines
155 B
Text
Raw Normal View History

2025-11-11 02:07:51 +01:00
# 4 "unmatched.cppo"
let a = 1 in
let b = 2 in
(a ||
# 9 "unmatched.cppo"
b)
# 12 "unmatched.cppo"
(1 + (2+3))
# 13 "unmatched.cppo"
)
(