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