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

err-field-dup1.il « errors « ilasm « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6b91cbada7aba218f4b1005fea194185405f5d90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//Test for duplicate field names with
//Primitive types

.assembly extern mscorlib
{
}
.assembly 'field-dup-1'
{
  .ver  0:0:0:0
}

  .class private auto ansi beforefieldinit test
  	extends [mscorlib]System.Object
  {
	.field private static int32 i
	.field private static int32 i

  } // end of class test