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