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