Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test-911-lib.il « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b1c5e108424efaad54a452f1f0465b4238029a15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.assembly extern mscorlib
{
}

.assembly extern 'test-911-lib-missing'
{
}

.assembly 'test-911-lib'
{
  .hash algorithm 0x00008004
  .ver 0:0:0:0
}

.module 'test-911-lib'

.class extern forwarder N
{
  .assembly extern 'test-911-lib-missing'
}