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
/
shared
/
foo.cpp
blob: f985022cece48cf84d65c4c6bdb4ae8b8d072f46 (
plain
)
1
2
3
4
5
6
7
#include "foo.hpp" #include <iostream> int foo() { std::cout << "foo\n"; return 0; }