module scope4; int main() { int i; try { return i; } finally { //i = 1; } }