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