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