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
w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git]
/
mcs
/
errors
/
cs8385-2.cs
blob
cc7860faa62565097e338dd2ecf4d9326ce8de53
1
// CS8385: The given expression cannot be used in a fixed statement
2
// Line: 9
3
// Compiler options: -unsafe
4
5
unsafe class
C
6
{
7
public static void
Main
()
8
{
9
fixed
(
void
*
f
=
Main
)
10
{
11
}
12
}
13
}