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
/
object
/
foo.hpp
blob: d880c27da5f0c022375cce45b5d933efb7f90b7b (
plain
)
1
2
3
4
5
6
7
8
#ifndef FOO_HPP #define FOO_HPP #include <string> std::string foo(); #endif