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