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