w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs8385-2.cs
blobcc7860faa62565097e338dd2ecf4d9326ce8de53
1 // CS8385: The given expression cannot be used in a fixed statement
2 // Line: 9
3 // Compiler options: -unsafe
5 unsafe class C
7 public static void Main ()
9 fixed (void* f = Main)