Year 2 compilers coureswork
int blah() { int blah2() { return 2; } return blah2(); } int main() { return blah(); }