repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2015-05-04 Sandra Loosemore <sandra@codesourcery.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pch
/
counter-1.c
blob
79cea882d9b4554abefe795471e2b026d6a5660f
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
}