Switch to compiler-tester
[mono.git] / mcs / tests / test-378.cs
index 7675dd361e94bebcb353da658d8aab070f354d0b..62ccaa23a8aed325fad908a94d2d75096a94f298 100644 (file)
@@ -1,8 +1,12 @@
-// Compiler options: -t:library -unsafe
+// Compiler options: -unsafe
 
 public unsafe struct Foo
 {
         public Foo *foo;
 }
-
+\r
+public class C\r
+{\r
+       public static void Main () {}\r
+}