ref: 6df14ce6f74fb0daf3bbe21516c3ee26424f885f dir: /test/union.myr/
type u = union `Some int `None ;; const main = { var v : u v = `None }