package p;

public interface Foo {

	/**
	 * @param c
	 */
	static void d(C c) {
		c.d();
	}
}
