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