git repos / blockattack-game

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

browsing at commit = 9c61b97402152f11f4c3dbc26bb88969e092d7d5

raw · blame · history

#include <fmt/compile.h>

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