git repos / blockattack-game

source/misc/embedded_libs/fmt-11.0.2/test/static-export-test/library.cc

browsing at commit = 5df3e7f59fa671b61be75530341d28a99ffc4b56

raw · blame · history

#include <fmt/compile.h>

__attribute__((visibility("default"))) std::string foo() {
  return fmt::format(FMT_COMPILE("foo bar {}"), 4242);
}