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