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