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
/
prebuilt
/
bar.hpp
blob: 243dba6e4a205b89e599d30f260c6eb09c2deb7d (
plain
)
1
2
3
4
5
6
7
8
#ifndef BAR_HPP #define BAR_HPP #ifdef USE_BAR int bar(); #endif #endif