2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.ns / ns13.C
blob6f91328ef242d896e398328a222d6fe0935a5a28
1 // { dg-do run  }
2 namespace std{ 
3   void f(){}
4   void g();
5   int i=5;
8 void std::g()
9 {}
11 int main()
13   return std::i-5;