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