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