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