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