namespace Foo { namespace A.B { public class D { public static int Main () { // Compilation-only test return 0; } } } }