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