Sign in
◑
Theme
bazel
/
rules_cc
/
2c06f121b255ed6a7b3adf7a3d839e53a3085eac
/
.
/
tests
/
debug_files
/
impl_lib.cc
blob: 2fafeb0e1a1f65036ba06c7bd440bf8cfb1dfed5 [
file
]
#include
"impl_lib.h"
#include
<iostream>
namespace
impl
{
void
impl_func
(){
std
::
cout
<<
"impl_func"
;
}
}