void foo() { int a; int b = 2; int c = 3 + 4; int d = 5 * 6; int e = 7 % 8; int f = c + d - e * b; }