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
/
146 library at root
/
main
/
main.c
blob: eadf7e8ce137b3358b6f2b50167ddaf39ddf31e5 (
plain
)
1
2
3
4
5
extern
int
fn
(
void
);
int
main
(
void
)
{
return
1
+
fn
();
}