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