Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git] / gcc / testsuite / g++.dg / lookup / ns3.C
blob144cba73daee4bf5255c655a1fd73588b355842a
1 // PR c++/32898
3 namespace N { }
5 int N::i;       // { dg-error "should have been declared inside" }