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