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