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