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