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