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