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