Year 2 compilers coureswork
/* ##answer: 8*/ int foo() { return 5; } int main() { int x = foo() + 3; return x % 17; }