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