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