Linux Foundation Collaborative Projects
index
:
kvmfornfv
master
stable/brahmaputra
stable/colorado
stable/danube
stable/euphrates
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qemu
/
tests
/
tcg
/
cris
/
check_hello.c
blob: fb403ba99612a004c10e4b06d4124acbebcb1e55 (
plain
)
1
2
3
4
5
6
7
#include
<stdio.h>
#include
<stdlib.h>
int
main
()
{
printf
(
"pass
\n
"
);
exit
(
0
);
}