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

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

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

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

  } // end of class test