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