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