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