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
/
17 array
/
prog.c
blob: f794e1b1f0c19974ea4c8c00b8e2b12cc905af43 (
plain
)
1
2
3
extern
int
func
(
void
);
int
main
(
void
)
{
return
func
();
}