blob: 79cea882d9b4554abefe795471e2b026d6a5660f [file] [log] [blame]
/* Copyright (C) 2007 Free Software Foundation
Contributed by Ollie Wild <aaw@google.com> */
#include "counter-1.h"
int main(void)
{
return __COUNTER__;
}