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
/
58 multiple generators
/
main.cpp
blob: f1a01bd5fab8b3c3fb3daa144b9c34b2490ef151 (
plain
)
1
2
3
4
5
6
#include
"source1.h"
#include
"source2.h"
int
main
(
void
)
{
return
func1
()
+
func2
();
}