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