repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WiX cannot package UNIX symlinks; force Cygwin to use Windows symlinks (#20374)
[mono-project.git]
/
mcs
/
ilasm
/
errors
/
err-internalcall.il
blob
c0ec127d5d59f0c63485a73e83ec40d6810e96ef
1
//Test for internalcall 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() internalcall
13
{
14
// Code size 74 (0x4a)
15
.maxstack 2
16
ret
17
}
18
}
19
}