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