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