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