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