embedded_libs/fmt-8.1.1/test/static-export-test/library.cc
browsing at commit = c2374d8862cbca68798f99df1c2b6981a5cbfde6
#include <fmt/compile.h>
__attribute__((visibility("default"))) std::string foo() {
return fmt::format(FMT_COMPILE("foo bar {}"), 4242);
}