repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
use win32 timer queues
[qemu.git]
/
tests
/
cris
/
check_hello.c
blob
fb403ba99612a004c10e4b06d4124acbebcb1e55
1
#include <stdio.h>
2
#include <stdlib.h>
3
int
main
()
4
{
5
printf
(
"pass
\n
"
);
6
exit
(
0
);
7
}