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
/
private
/
bar.hpp
blob: 94d4f163568fed762295e4b31a311e99163c5674 (
plain
)
1
2
3
4
5
6
#ifndef BAR_HPP #define BAR_HPP int bar(); #endif