git repos / blockattack-game

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

browsing at commit = 4e9e25555f8c9808165beb2e50ae990dc75a20fe

raw · blame · history

#include <fmt/compile.h>

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