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

assembly.il « tests « ilasm « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 30f2fe7ff1935cadb5670ed31c20dd76cbf31324 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//Multiple .assembly declarations but with same name (valid)
.assembly extern mscorlib
{
  .ver 1:0:5000:0
}
.assembly 'test'
{
  .hash algorithm 0x00008004
}
.assembly 'test'
{
}