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