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