// cs0028: has the wrong signature to be an entry point // Line: 8 class T { public static int Main () { } public static int Main (int foo) { } }