library.cc 142 B

12345
  1. #include <fmt/compile.h>
  2. __attribute__((visibility("default"))) std::string foo() {
  3. return fmt::format(FMT_COMPILE("foo bar {}"), 4242);
  4. }