Source: ``` var i = 0 while (i < 5) print(i) i += 1 end ``` Result: ``` thread 'main' (30278484) panicked at lib/skc_async_experiment/src/mir_lowering/pass_async_env.rs:99:14: [BUG] lvar not in self.lvars ```