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

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