[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / test-cls-11.cs
index aad2b9bed7ab0e1e5660ca0c1ee62a7d9a203eb2..c2c8699a8fa8ef15ec4df2748c00ba7eeac0443c 100644 (file)
@@ -1,3 +1,5 @@
+// Compiler options: -warnaserror
+
 using System;
 [assembly:CLSCompliant (true)]
 
@@ -28,4 +30,4 @@ public interface ICallable
 public class MainClass {
         public static void Main () {
         }
-}
\ No newline at end of file
+}