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