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

15 lines
155 B
Text

# 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"
)
(