Files
kaizen/test/static-export-test/library.cc
Simone e7e2f15be5 Squashed 'external/fmt/' content from commit e1832bcf
git-subtree-dir: external/fmt
git-subtree-split: e1832bcf00ed53048aea1e4d2408a68301dcd50c
2024-01-23 08:37:20 +01:00

6 lines
142 B
C++

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