1/*
2 *%E
3 *
4 * Simple "no-op" class used by CircularityErrorTest.sh to create a circularity
5 * condition.
6 *
7 */
8public interface B {
9}
10