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