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