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