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