repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mm, oom: do not rely on TIF_MEMDIE for memory reserves access
[linux/fpc-iii.git]
/
tools
/
build
/
feature
/
test-compile.c
blob
c54e6551ae4c54cd6e9f418e6e8ff97280444efd
1
#include <stdio.h>
2
int
main
(
void
)
3
{
4
printf
(
"Hello World!
\n
"
);
5
return
0
;
6
}