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