OSDN Git Service

* lib/obj-c++.exp (obj-c++_target_compile): Declare global variable,
[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 }