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

test-fixedarray.il « tests « ilasm « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 768a6cc926ee4d309c705dc418ce555838aa1101 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.assembly extern mscorlib
{
}
.assembly 'test-fixedarray'
{
}

  .class public sequential ansi beforefieldinit Dummy
  	extends [mscorlib]System.Object
  {
    .pack 0
    .size 1024
    .field  public  marshal (fixed array [16]) unsigned int8[] a

  }