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
/
native
/
3 pipeline
/
depends
/
prog.c
blob: 54c40e162e9b1c5ef19232827b7133c8ed76b651 (
plain
)
1
2
3
4
5
int
func
(
void
);
int
main
(
void
)
{
return
func
()
!=
42
;
}