summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25835/b25835.il
blob: c42970350307718e131517906d52ac6ce6834fe9 (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
// 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 legacy library mscorlib {}
.assembly extern System.Console
{
  .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )
  .ver 4:0:0:0
}
.assembly ILGEN_0xb1b96d2b {}
.class ILGEN_0xb1b96d2b {
.method static int32 main() {
.entrypoint
.maxstack	10

 .locals (int64 local_0xf)

 ldc.i8 0x0862c9e60000000 
 stloc local_0xf

 ldloc local_0xf
 conv.r4
 conv.i4
 dup
 sub
ldc.i4 100
add
 ret
}
}