package p;

class A {
   
	public static final String f= "FOO";

	public String getF() {
		return f;
	}

}
