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
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
gcc
/
testsuite
/
gcc.dg
/
pch
/
system-1.c
blob
9fde1365d5443b7a4c0843f197334d970cce40ad
1
#include
"system-1.h"
2
int
main
(
void
)
3
{
4
puts
(
"hello world!"
);
5
exit
(
0
);
6
}