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