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