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