merge -r 53370:58178
[mono.git] / mcs / tests / test-378.cs
index 7675dd361e94bebcb353da658d8aab070f354d0b..ae1c77e5ea025d4bbd1da82f9a772234cc2fc7e0 100644 (file)
@@ -1,8 +1,11 @@
-// Compiler options: -t:library -unsafe
+// Compiler options: -unsafe
 
 public unsafe struct Foo
 {
         public Foo *foo;
 }
 
-
+public class C
+{
+       public static void Main () {}
+}