index
:
meson
debian
progress-linux
upstream
debian 11 backports: hardware (libnvme, nvme-cli)
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test cases
/
unit
/
66 static link
/
lib
/
func11.c
blob: 1d5119b473db7be46134482e7fc4bb4be706def2 (
plain
)
1
2
3
4
5
6
int
func10
();
int
func11
()
{
return
func10
()
+
1
;
}