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