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
/
bazdep.hpp
blob: d2add972a87c9836ef337a6ae79e76edc6d62899 (
plain
)
1
2
3
4
5
6
7
8
#ifndef BAZDEP_HPP #define BAZDEP_HPP typedef int baz_t; baz_t bazdep(baz_t); #endif