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