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
/
6 linkshared
/
cppmain.cpp
blob: 29e9a4480aac993bff741eb1cb5609a918fbe959 (
plain
)
1
2
3
4
5
#include
"cpplib.h"
int
main
(
void
)
{
return
cppfunc
()
!=
42
;
}