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