Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / 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();