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

test-array.il « tests « ilasm « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7b3ab29af45f2286367be7cf2f343d2e0f6a23de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//Test for tokenizing :  0...8
//Bug# 76977

.namespace MonoTest
{
.class private auto autochar beforefieldinit ConsoleApp extends
[mscorlib]System.Object
{
  .method assembly hidebysig static void 
          Test() cil managed
  {
    // Code size       74 (0x4a)
    .maxstack  2
	
    .locals init (unsigned int8[0...8] V_0)
     
     ret
  }
}
}