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

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

  .class private auto ansi beforefieldinit test
  	extends [mscorlib]System.Object
  {

    .method private hidebysig 
           instance default void ret_safearray_int (int32 marshal (safearray int) a1)  cil managed 
    {
	.maxstack 8
	IL_0000:  ret 
    }

    .method private hidebysig 
           instance default void ret_safearray (int32 marshal (safearray ) a2)  cil managed 
    {
	.maxstack 8
	IL_0000:  ret 
    } 

  }