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
/
failing
/
16 extract from subproject
/
main.c
blob: 6c8ecaea5dacdaaf952e248997e0b07082e21c5d (
plain
)
1
2
3
4
5
int
sub_lib_method
(
void
);
int
main
(
void
)
{
return
1337
-
sub_lib_method
();
}