Sign in
boringssl
/
boringssl.git
/
8a558aa2fc6172396a41e853cc5c6e3109a98f56
/
.
/
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