index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
gcc.dg
/
pch
/
system-1.c
blob: 9fde1365d5443b7a4c0843f197334d970cce40ad (
plain
)
1
2
3
4
5
6
#include
"system-1.h"
int
main
(
void
)
{
puts
(
"hello world!"
);
exit
(
0
);
}