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