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