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