summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Directed/coverage/importer/Desktop/refanytype1.il
blob: 561df98c1a03056351efc623758a32a3f21982e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

.assembly extern legacy library mscorlib {}
.assembly refanytype1 {.custom instance void [mscorlib]System.Security.SecurityRulesAttribute::.ctor(valuetype [mscorlib]System.Security.SecurityRuleSet) = ( 01 00 01 00 00 ) }
.method public static int32 f()
{
ldc.i4 100
ret
}
.method public static int32 Main()
{
.entrypoint
call int32 f()
mkrefany int32
refanytype
pop
ldc.i4 100
ret
}