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