2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0428-2.cs
blob5f468fd519adff276572a642417853e535445684
1 // CS0428: Cannot convert method group `Main' to non-delegate type `void*'. Consider using parentheses to invoke the method
2 // Line: 9
3 // Compiler options: -unsafe
5 unsafe class C
7 public static void Main ()
9 fixed (void* f = Main)