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
/
foo.hpp
blob: f919ea3a977fc440cb29a4a8136ae8f3b329c972 (
plain
)
1
2
3
4
5
6
#ifndef FOO_HPP #define FOO_HPP int foo(int); #endif