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