1 // PR c++/32898
2 
3 namespace N { }
4 
5 int N::i;	// { dg-error "should have been declared inside" }
6