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