repo.or.cz
/
hdt-cyring.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of git://git.kernel.org/pub/scm/boot/syslinux/syslinux
[hdt-cyring.git]
/
dummy.c
blob
2602c9b4c3c09955dc37a3d6081f7bc772e00272
1
/*
2
* Trivial C program to test the compiler
3
*/
4
5
int
main
(
int
argc
,
char
*
argv
[])
6
{
7
return
0
;
8
}