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