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