Sign in
android
/
platform
/
external
/
fmtlib
/
d59b89e9
/
.
/
test
/
static-export-test
/
main.cc
blob: 38f7999ed3dd1876ac2ff6292089cd2fbadac7c3 [
file
] [
log
] [
blame
]
#include
<iostream>
#include
<string>
extern
std
::
string foo
();
int
main
()
{
std
::
cout
<<
foo
()
<<
std
::
endl
;
}