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