Sign in
boringssl
/
boringssl.git
/
31010a3b517f6ca04668a48b3cd0485e5274ad0a
/
.
/
src
/
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