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