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
/
common
/
135 custom target object output
/
progdir
/
prog.c
blob: bc3caf3e2c7b4f208950fb5fa771e1a280219da0 (
plain
)
1
2
3
4
5
int
func1_in_obj
(
void
);
int
main
(
void
)
{
return
func1_in_obj
();
}