using foo = System; class X { static void Main () { foo::Console.WriteLine ("hello"); } }