ref: 3eebcf6c31e23b12d11332f3b424bfe91dc66dcc dir: /test/mkunion.myr/
/* checks that union creation works. exits with 0. */ type u = union `Some int `None ;; const main = { var v v = `Some 123 -> 0 }