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
/
native
/
1 trivial
/
trivial.c
blob: 96612d48b4e8aa77b3e4648fd1e4b0d24db9d59a (
plain
)
1
2
3
4
5
6
#include
<stdio.h>
int
main
(
void
)
{
printf
(
"Trivial test is working.
\n
"
);
return
0
;
}