class C { public static int Foo () { return 1; } public static int Foo () { return 0; } public static int Main () { return Foo (); } }