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