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