shithub: tlsclient

ref: aadcfda3d070682cdc1bf4a58f308b65d876a014
dir: /third_party/boringssl/src/util/ar/testdata/sample/bar.cc/

View raw version
extern "C" {
void foo();
void bar() {}
}

namespace bar_namespace {

void SomeExternalFunction();

void SomeFunction() {
  foo();
  SomeExternalFunction();
}

}  // namespace bar_namespace