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