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