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