#include <iostream>
int foo() {
int a = 5;
int b = a + 1;
}
int main() { std::cout << "Test:"; std::cout << foo(); } // may print 6
I2luY2x1ZGUgPGlvc3RyZWFtPgoKaW50IGZvbygpIHsKICAgaW50IGEgPSA1OwogICBpbnQgYiA9IGEgKyAxOwp9CgppbnQgbWFpbigpIHsgc3RkOjpjb3V0IDw8ICJUZXN0OiI7IHN0ZDo6Y291dCA8PCBmb28oKTsgfSAvLyBtYXkgcHJpbnQgNgo=