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