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
/
unit
/
66 static link
/
test2.c
blob: 561422af03ad13a78af1c1e48db8fefdc13bd238 (
plain
)
1
2
3
4
5
6
int
func4
();
int
main
(
int
argc
,
char
*
argv
[])
{
return
func4
()
==
2
?
0
:
1
;
}