// "Make 'f' static" "true" public class Foo { int g; static int f; static void foo() { f = 0; } }