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