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
* SolutionParser.cs (Insert): Show project name in case of a cyclic
[mcs.git]
/
ilasm
/
errors
/
err-runtime.il
blob
9c492c992e19380a0bda112a58ed3275c410a04c
1
//Test for runtime method with a body
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() runtime
13
{
14
// Code size 74 (0x4a)
15
.maxstack 2
16
ret
17
}
18
}
19
}