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