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