index
:
cmake-common
aur
master
Utilities to help develop C++/CMake projects
Egor Tensin
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
examples
/
static
/
bar.cpp
blob: 37aa9b5ec640ecd9ae8d9a06b80610dbd8b6264c (
plain
) (
blame
)
1
2
3
4
5
6
7
#include
"bar.hpp"
#include
<iostream>
void
bar
()
{
std
::
cout
<<
"bar
\n
"
;
}