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