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