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