w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs1558.cs
blob06bd46ada559f39f35d6b9f72d4b9d499b5f28cf
1 // CS1558: `MainClass' does not have a suitable static Main method
2 // Line: 5
3 // Compiler options: -main:MainClass
5 public class MainClass
7 public static bool Main()
9 return false;