class C { private void f(int p) { int i; if (p==0) { return; } } }