1 2 3 4 5 6 7 8 9
// CS0161: `A.Main()': not all code paths return a value // Line: 6 class A { public static int Main () { } }