index
:
~aehlig/just-buildsystem/rules-cc.git
master
C/C++ rules for the just build tool
Klaus Aehlig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_cases
/
deps
/
shared
/
test_diamond.cpp
blob: 929823066c2768f598e25ed28a4a6d9f4b949a01 (
plain
)
1
2
3
4
#include "baz/baz.hpp" #include "foo/foo.hpp" int main() { return foo() + baz(); }