package p;
class A {
    private int fCount= 12;

	void m() {
        System.out.println(fCount)
    }
}