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