int main() { int a = 1; int d = 1; return 1; } int other_f() { int b = 2; return 2; }