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

test-assembly2.il « tests « ilasm « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 953d8e9cdd20301397e059acbb327cfbe84e9345 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Referencing an undeclared external assembly

.assembly extern mscorlib
{
}
.assembly 'test-fixedarray'
{
}

  .class public sequential ansi beforefieldinit Dummy
  	extends [mscorlib]System.Object
  {
    .pack 0
    .size 1024
    .field  public class [not_referenced]Test t
  }