Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.dg / pch / static-2.c
blob23e9af1267902128a2bce2608cae0511e7c1a8c9
1 #include "static-2.h"
2 int bar(void)
4 static int counter;
5 return counter++;