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
/
failing
/
16 extract from subproject
/
main.c
blob: 6c8ecaea5dacdaaf952e248997e0b07082e21c5d (
plain
)
1
2
3
4
5
int
sub_lib_method
(
void
);
int
main
(
void
)
{
return
1337
-
sub_lib_method
();
}