2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / comdat1-aux.cc
blob34eb88ff822e94fda835688bbaa6ee2e64bcfb70
1 inline int f ()
3 static int i;
4 return ++i;
7 int g ()
9 return f();