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