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
/
shared
/
baz.hpp
blob: 643cf65e1fc64b7f1e5501406945d5cc25301790 (
plain
)
1
2
3
4
5
6
#ifndef BAZ_HPP #define BAZ_HPP int baz(); #endif