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