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
/
182 find override
/
otherdir
/
main.c
blob: 5fb6371b879bec888064628a7cabf0760d9a0e21 (
plain
)
1
2
3
4
5
int
be_seeing_you
(
void
);
int
main
(
void
)
{
return
be_seeing_you
()
==
6
?
0
:
1
;
}