index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
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
();
}