//using System; enum System { A } class X { static void Main () { System s = new System (); } }