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
/
transitive-components
/
foodep.hpp
blob: ea16bb080b51fc9b1731d2f6f6a3098385e3f77d (
plain
)
1
2
3
4
5
6
7
8
#ifndef FOODEP_HPP #define FOODEP_HPP typedef int foo_t; foo_t foodep(foo_t); #endif