(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pch/
counter-1.c
       1  /* Copyright (C) 2007 Free Software Foundation
       2     Contributed by Ollie Wild <aaw@google.com> */
       3  
       4  #include "counter-1.h"
       5  
       6  int main(void) 
       7  {
       8    return __COUNTER__;
       9  }