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