// // Should report an error, as C is defined twice // class X { } class X { } class Body { static void Main () { } }