w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs0028-2.cs
blob7ac43ca26bf681afc1d2cbcbbbbee80651dca2fa
1 // CS0028: `T.Main()' has the wrong signature to be an entry point
2 // Line: 6
3 // Compiler options: -warnaserror:28 -warn:4
5 class T {
6 public static bool Main ()
8 return false;