aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/pch/static-2.c
blob: 23e9af1267902128a2bce2608cae0511e7c1a8c9 (plain)
1
2
3
4
5
6
#include "static-2.h"
int bar(void)
{
  static int counter;
  return counter++;
}