Listing 2
A nested class name hidden by a data member name
struct A { struct B { static int n; } B; enum E { e = 1 } E; } A;