w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs0161.cs
blob1aeff37914806dec38423e89437b98f9b208aa1e
1 // CS0161: `A.Main()': not all code paths return a value
2 // Line: 6
4 class A
6 public static int Main ()