OSDN Git Service

Formatting fixes.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.other / comdat1-aux.cc
1 inline int f ()
2 {
3   static int i;
4   return ++i;
5 }
6
7 int g ()
8 {
9   return f();
10 }