summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25835/b25835.il
blob: 672fe6d7c5ecb9d8f591844d326467b4e7aacca0 (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
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

.assembly extern legacy library mscorlib {}
.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
}
}