Sign in
boringssl
/
boringssl
/
f78fe19fc98e0e6f760e05c6b9d48725004700d0
/
.
/
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