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