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