svn path=/trunk/mcs/; revision=397
@@ -0,0 +1,5 @@
+interface A : B {
+}
+
+interface B : A {
@@ -0,0 +1,2 @@