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