gcc/
[official-gcc.git] / gcc / testsuite / gcc.dg / pch / counter-1.c
blob79cea882d9b4554abefe795471e2b026d6a5660f
1 /* Copyright (C) 2007 Free Software Foundation
2 Contributed by Ollie Wild <aaw@google.com> */
4 #include "counter-1.h"
6 int main(void)
8 return __COUNTER__;