X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-378.cs;h=ae1c77e5ea025d4bbd1da82f9a772234cc2fc7e0;hb=7e18ed47c9606f3981e7b18cbc238d6781843153;hp=7675dd361e94bebcb353da658d8aab070f354d0b;hpb=be61bd70387590f09ddafd4175b2259a64bd8ff6;p=mono.git diff --git a/mcs/tests/test-378.cs b/mcs/tests/test-378.cs index 7675dd361e9..ae1c77e5ea0 100644 --- a/mcs/tests/test-378.cs +++ b/mcs/tests/test-378.cs @@ -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 () {} +}