ref: 7baf0c3ce683e750beb30b41cdd7fc2060efbe3f 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 }