diff options
Diffstat (limited to 'thirdparty/fmt/test/static-export-test/library.cc')
| -rw-r--r-- | thirdparty/fmt/test/static-export-test/library.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/thirdparty/fmt/test/static-export-test/library.cc b/thirdparty/fmt/test/static-export-test/library.cc deleted file mode 100644 index fe4801ba5..000000000 --- a/thirdparty/fmt/test/static-export-test/library.cc +++ /dev/null @@ -1,5 +0,0 @@ -#include <fmt/compile.h> - -__attribute__((visibility("default"))) std::string foo() { - return fmt::format(FMT_COMPILE("foo bar {}"), 4242); -} |