Sign in
boringssl
/
boringssl
/
f53c8ff1a32f280a62bd65b6c9b70f2fcabb970a
/
.
/
util
/
ar
/
testdata
/
sample
/
bar.cc
blob: a0ac7e14ab795097ded96826b4615b1fe1627eba [
file
]
extern
"C"
{
void
foo
();
void
bar
()
{}
}
namespace
bar_namespace
{
void
SomeExternalFunction
();
void
SomeFunction
()
{
foo
();
SomeExternalFunction
();
}
}
// namespace bar_namespace