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
/
public
/
bar.hpp
blob: ec9c16586c58010f74eb35b623b6d61c0a98b01c (
plain
)
1
2
3
4
5
6
7
8
#ifndef BAR_HPP #define BAR_HPP #include "foo/foo.hpp" int bar(Foo *foo); #endif