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