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