using System; static class Foo1{} class Foo2{} public class Test { public static void Main() { new Foo1(); new Foo2(); } }