Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mono / mini / iltests.il.in
index c847d2d609ca6da004286685f27117a03741b278..8ea5c06d27d9cd60facb5d53be76dccae498183f 100644 (file)
@@ -2602,6 +2602,13 @@ END:
                ret
        }
 
+       .method public static default int32 test_1_sizeof_ref () cil managed {
+           call   int32 Tests::SizeOfT<object>()
+               sizeof [mscorlib]System.IntPtr
+               ceq
+               ret
+       }
+
   .field static public int32 volatile_int
 
        .method public static default int32 test_5_volatile_load_store () cil managed {