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
/
bar.c
blob: f1bd822dcce81b2ce4d3c8af44de5b645d588cb9 (
plain
)
1
2
3
4
5
6
#include
<stdio.h>
int
main
(
void
)
{
printf
(
"I'm a main project bar.
\n
"
);
return
0
;
}