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