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
/
83 identical target name in subproject
/
subprojects
/
foo
/
bar.c
blob: 5e7006bafedfcf7fda52735267368be455ea4b92 (
plain
)
1
2
3
4
5
6
#include
<stdio.h>
int
main
(
void
)
{
printf
(
"I'm a subproject bar.
\n
"
);
return
0
;
}