Merge pull request #4845 from lambdageek/dev-coop-delegates
[mono.git] / mcs / errors / cs0523.cs
old mode 100755 (executable)
new mode 100644 (file)
index 43b016e..cbf63ca
@@ -1,5 +1,5 @@
-// cs0523.cs: circular structure definition
-//
+// CS0523: Struct member `B.a' of type `A' causes a cycle in the struct layout
+// Line: 9
 
 struct A {
        B b;