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
/
transitive-components
/
baz.hpp
blob: 926dd6dec3b2d0d82f6736aec795150790881187 (
plain
)
1
2
3
4
5
6
7
8
#ifndef BAZ_HPP #define BAZ_HPP #include "bazdep.hpp" baz_t baz(baz_t); #endif