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
/
osx
/
2 library versions
/
exe.orig.c
blob: ad38e6dbcf865abc1231122205348d8b276a69a8 (
plain
)
1
2
3
4
5
6
7
int
myFunc
(
void
);
int
main
(
void
)
{
if
(
myFunc
()
==
55
)
return
0
;
return
1
;
}