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
/
15 prebuilt object
/
main.c
blob: 480bda5f4fe42c731830b7186cdb89764a6f03ab (
plain
)
1
2
3
4
5
int
func
();
int
main
(
int
argc
,
char
**
argv
)
{
return
func
()
==
42
?
0
:
99
;
}