aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/pch/counter-1.c
blob: 79cea882d9b4554abefe795471e2b026d6a5660f (plain)
1
2
3
4
5
6
7
8
9
/* Copyright (C) 2007 Free Software Foundation
   Contributed by Ollie Wild <aaw@google.com> */

#include "counter-1.h"

int main(void) 
{
  return __COUNTER__;
}