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
/
79 same basename
/
exe2.c
blob: d2d89956d61d0fb90b00e5bb00a943b4bfe7437e (
plain
)
1
2
3
4
5
int
func
(
void
);
int
main
(
void
)
{
return
func
()
==
1
?
0
:
1
;
}