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