summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84129/b84129.il
blob: e4c4365d9d1ae9a6b2169febec006142bf08177f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// 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 box_unbox.exe{}
.class public value sealed valClass {
.field public int32 Field1
}
.class public Box_Unbox {
.field public static	value class valClass vc
.method public static int32 main(class [mscorlib]System.String[]) {
.entrypoint
.maxstack	10
	ldsfld 	value class valClass Box_Unbox::vc
        pop
	ldc.i4	100
	ret
}
}