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
gcc/
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pch
/
empty.c
blob
7daa7ca7fcd8fcc4c1f26e9d0f641c278767df0b
1
/* Yes, it's called "empty" because it has no contents at all.
2
Even this comment goes here, rather than in empty.h. */
3
#include
"empty.h"
4
5
int
main
(
void
)
6
{
7
return
0
;
8
}