Linux Foundation Collaborative Projects
index
:
virtio/qemu
master
Unnamed repository
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
meson
/
manual tests
/
8 timeout
/
sleepprog.c
blob: 8875e126a902713225aa6bc4b8c22a9754767774 (
plain
)
1
2
3
4
5
6
#include
<unistd.h>
int
main
(
void
)
{
sleep
(
1000
);
return
0
;
}