summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b35455/b35455.il
blob: 6c1ca3b09df51535c872c2f8ed6737c8874097c0 (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
// 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 extern System.Console
{
  .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )
  .ver 4:0:0:0
}
.assembly ILGEN_0x917e8626 {}
.class ILGEN_0x917e8626 {
	.method static int32 Main() {
	.entrypoint
	.maxstack	20
	ldc.i4 0xFFFFFFF
	dup
	conv.r4
	conv.i4
	sub
	ldc.i4 101
	add
	ret
}
}