summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_ref.il
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_ref.il')
-rw-r--r--tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_ref.il56
1 files changed, 56 insertions, 0 deletions
diff --git a/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_ref.il b/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_ref.il
new file mode 100644
index 0000000000..9754458c47
--- /dev/null
+++ b/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/i_ref.il
@@ -0,0 +1,56 @@
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+
+
+
+
+
+
+
+.assembly extern mscorlib
+{
+}
+.assembly 'avg'// as "avg"
+{
+}
+.module 'avg.exe'
+// MVID: {BCA6096F-DF11-4FA3-BF16-EEDA01729535}
+.namespace AvgTest
+{
+ .class private auto ansi Test
+ extends [mscorlib]System.Object
+ {
+ .method private hidebysig static int32 Main() il managed
+ {
+ .entrypoint
+ // Code size 48 (0x30)
+ .maxstack 5
+ .locals(native int)
+ ldc.i4.1
+ stloc.0
+ ldloca 0
+ mkrefany [mscorlib]System.IntPtr
+ ldc.i4.0
+ stloc.0
+ refanyval [mscorlib]System.IntPtr
+ ldind.i
+ ldc.i4 0x64
+ add
+ ret
+ } // end of method 'Test::Main'
+
+ .method public hidebysig specialname rtspecialname
+ instance void .ctor() il managed
+ {
+ // Code size 7 (0x7)
+ .maxstack 8
+ IL_0000: ldarg.0
+ IL_0001: call instance void [mscorlib]System.Object::.ctor()
+ IL_0006: ret
+ } // end of method 'Test::.ctor'
+
+ } // end of class 'Test'
+
+} // end of namespace 'AvgTest'
+
+//*********** DISASSEMBLY COMPLETE ***********************