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
/
47 same file name
/
prog.c
blob: 1eee6c2f6946ce54005633a71f13379a22927d16 (
plain
)
1
2
3
4
5
6
int
func1
(
void
);
int
func2
(
void
);
int
main
(
void
)
{
return
func1
()
-
func2
();
}