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__; }