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