summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/lookup/ns3.C
blob: 144cba73daee4bf5255c655a1fd73588b355842a (plain)
1
2
3
4
5
// PR c++/32898

namespace N { }

int N::i;	// { dg-error "should have been declared inside" }