Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_cc
/
faf2113fe24f2676afbe4fec7eaf0bbd15818698
/
.
/
tests
/
debug_files
/
impl_lib.cc
blob: 2fafeb0e1a1f65036ba06c7bd440bf8cfb1dfed5 [
file
]
#include
"impl_lib.h"
#include
<iostream>
namespace
impl
{
void
impl_func
(){
std
::
cout
<<
"impl_func"
;
}
}