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
/
unit
/
67 static link
/
test3.c
blob: 1216064dcc147caed84fc8143fa18aaa989f18ac (
plain
)
1
2
3
4
5
6
int
func6
();
int
main
(
int
argc
,
char
*
argv
[])
{
return
func6
()
==
2
?
0
:
1
;
}