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