2015-05-04 Sandra Loosemore <sandra@codesourcery.com>
[official-gcc.git] / gcc / testsuite / gcc.dg / pch / counter-3.c
blob827920563bde1fb76e934822e456161eca0dfe63
1 /* Copyright (C) 2007 Free Software Foundation
2 Contributed by Ollie Wild <aaw@google.com> */
4 #if __COUNTER__ != 0
5 #error __COUNTER__ != 0
6 #endif
8 #include "counter-3.h"
10 int main(void)
12 return __COUNTER__;