repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
flush
[mcs.git]
/
ilasm
/
tests
/
assembly.il
blob
30f2fe7ff1935cadb5670ed31c20dd76cbf31324
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