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