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
/
common
/
230 external project
/
app.c
blob: a8266e769c66c30f9ba2121d62997c089a734b39 (
plain
)
1
2
3
4
5
6
#include
<libfoo.h>
int
main
(
void
)
{
return
call_foo
()
==
42
?
0
:
1
;
}