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