ref: 5ce1ef188530525a21db822bafcd7886d96fcb92 dir: /test/mkunion.myr/
type u = union `Some int `None ;; const main = { var v v = `Some 123 -> 0 }