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