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