Index: Kernel/Tests/CS/Struct.cs
===================================================================
--- Kernel/Tests/CS/Struct.cs	(revision 785)
+++ Kernel/Tests/CS/Struct.cs	(working copy)
@@ -175,5 +175,12 @@
 
 			return 1;
 		}
+
+		private static Point staticPoint;
+
+		public unsafe static int CMPStaticFieldOfTypeStruct()
+		{
+			return 0;
+		}
 	}
-}
\ No newline at end of file
+}
