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
/
lint
/
bar.hpp
blob: e29bfd70c99b9697c673498a37c69b189edb7ee7 (
plain
)
1
2
3
4
5
6
7
8
#ifndef BAR_HPP #define BAR_HPP #include "bardep.hpp" bar_t bar(bar_t); #endif