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