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
/
90 gen extra
/
plain.c
blob: c068a023e5de5b44f559d2806e7c637978d6d807 (
plain
)
1
2
3
4
5
int
bob_mcbob
(
void
);
int
main
(
void
)
{
return
bob_mcbob
();
}