Year 2 compilers coureswork
int main() { int foo = 1 + 4; int bar = 2 + foo; int baz = foo + bar; return baz; }