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
/
209 link custom_i single from multiple
/
prog.c
blob: 040672a42497e936726b73ba3d4653e73aee6223 (
plain
)
1
2
3
4
5
int
flob
(
void
);
int
main
(
void
)
{
return
(
flob
()
==
1
?
0
:
1
);
}