let result = { let b = foo(a); let mut c = b.see(); while (c) { c.frob(); } baz(c) };
let result; { let b = foo(a); let mut c = b.see(); while (c) { c.frob(); } result = baz(c); }