2009-08-25 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mono / mini / basic.cs
index ecbef60b697f76fdaeaeb7af261fb7b56d4faa01..74d1ede1fad72f11ac21e1b961f698dae738bf77 100644 (file)
@@ -190,6 +190,11 @@ class Tests {
                return b % 8;
        }
 
+       public static int test_0_rem_imm_0 () {
+               int b = 12;
+               return b % 1;
+       }
+
        public static int test_4_rem_big_imm () {
                int b = 10004;
                return b % 10000;