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