[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / test-679.cs
index 4d756d4ca752ace2ca99a57f93a1791d2f481f39..f59290db337b70f51b8f0d5a20ddb30d576462e0 100644 (file)
@@ -1,13 +1,12 @@
-// Compiler options: -r:dlls/test-679-1/test-679-lib.dll -r:dlls/test-679-2/test-679-lib-2.dll
+// Compiler options: -t:library -r:dlls/test-679-1/test-679-lib.dll -r:dlls/test-679-2/test-679-lib-2.dll
 
 using System;
 
-class Program {
-
-       static int Main ()
+class Program
+{
+       void Main ()
        {
                LibB.A ();
                LibB.B ();
-               return 0;
        }
 }