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