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
/
test cases
/
common
/
93 suites
/
exe1.c
blob: 6e32362211d4f97605f3148a7d7ce8b1e1b76772 (
plain
)
1
2
3
4
5
6
#include
<stdio.h>
int
main
(
void
)
{
printf
(
"I am test exe1.
\n
"
);
return
0
;
}