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