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