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