Sign in
android
/
platform
/
external
/
fmtlib
/
db06b0df875856968c562d564b595a4e2861144e
/
.
/
test
/
static-export-test
/
library.cc
blob: fe4801ba58a4f2fdd0c0386c814ac607f007d5fb [
file
]
#include
<fmt/compile.h>
__attribute__
((
visibility
(
"default"
)))
std
::
string foo
()
{
return
fmt
::
format
(
FMT_COMPILE
(
"foo bar {}"
),
4242
);
}