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