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
Allow targets from imported projects to be overridden.
[mcs.git]
/
ilasm
/
tests
/
test-no-body.il
blob
4a37fe3410d845b4a764f52b43724fd4881b27df
1
//Test for method with no body. ilasm emits 'ret'
2
3
.assembly Test
4
{
5
}
6
7
.namespace MonoTest
8
{
9
.class private auto autochar beforefieldinit ConsoleApp
10
extends [mscorlib]System.Object
11
{
12
.method assembly hidebysig static void Test() cil managed
13
{
14
// Code size 74 (0x4a)
15
.maxstack 2
16
}
17
}
18
}