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
/
install
/
foo.hpp
blob: 025f3ef4a4b51eada2721bb73047bedaf9399096 (
plain
)
1
2
3
4
5
6
7
8
#ifndef FOO_HPP #define FOO_HPP struct Foo { int foo(); }; #endif