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
/
42 subproject
/
subprojects
/
sublib
/
simpletest.c
blob: 2184bc68c8dac45042a02fb9451f7017cc6be014 (
plain
)
1
2
3
4
5
#include
<subdefs.h>
int
main
(
void
)
{
return
subfunc
()
==
42
?
0
:
1
;
}