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