ref: df187615868a82da67b31b921334449f7db5a868 dir: /test/union.myr/
type u = union `Some int `None ;; const main = { var v : u v = `None }