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