summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56174/b56174.il
blob: 001d0cdee1b84c371fd750019c501bdf887172b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

.assembly extern mscorlib { }
.assembly extern System.Console
{
  .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )
  .ver 4:0:0:0
}
.assembly b56174
{
}
.class public auto ansi TestClass extends ['mscorlib']System.Object
{
.field static value class [mscorlib]System.RuntimeTypeHandle args

.method public hidebysig static int32 Main(class [mscorlib]System.String[]) il managed
{
	.maxstack  8
	.entrypoint
	ldtoken int32
	stsfld value class [mscorlib]System.RuntimeTypeHandle TestClass::args
	ldc.i4 100
	ret
} // end of method

.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'