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