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