namespace foo { namespace bar { void f(int i) { int j; try { for (i = 0; i < 3; i++) { int k; } } catch (int e) { } } } }