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
/
79 same basename
/
exe1.c
blob: 128f2bb1514f1a141913390be91a8cfc5d56cbe1 (
plain
)
1
2
3
4
5
int
func
(
void
);
int
main
(
void
)
{
return
func
();
}