[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / test-48.cs
index f6b96ca3653e7b52af2c3650f8fb10b5fc0a0eff..2cd3fc917f05a50cc93138eb460caf572450bdd0 100644 (file)
@@ -30,4 +30,12 @@ public class Blah {
 
                return 0;
        }
+    
+    public static void Test_1 ()
+    {
+        const long lk = 1024;
+        const long lM = 1024 * lk;
+        const long lG = 1024 * lM;
+        const long lT = 1024 * lG;
+    }
 }