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