git repos / blockattack-game

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

browsing at commit = f7f0c59354418dd2949382d2a6c20886c0e350e3

raw · blame · history

#include <fmt/compile.h>

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