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