ref: 29ce560862d68477b95bc6d1898facadc5421ffa 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 }