Sign in
boringssl
/
boringssl.git
/
27774a289a4e5eb22636b87268be5c2303bb6f0c
/
.
/
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