New test.
[mono.git] / mcs / ilasm / tests / assembly.il
1 //Multiple .assembly declarations but with same name (valid)
2 .assembly extern mscorlib
3 {
4   .ver 1:0:5000:0
5 }
6 .assembly 'test'
7 {
8   .hash algorithm 0x00008004
9 }
10 .assembly 'test'
11 {
12 }
13