1 2 3 4 5 6 7 8
#pragma interface namespace N { typedef int A; } inline void g ( ) { static N :: A a = 0; a = a; }