OSDN Git Service

* gcc.dg/tree-ssa/inline-4.c: Bind pic locally.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / pch / static-2.hs
1 static int foo(void)
2 {
3   static int counter;
4   return counter++;
5 }