embedded_libs/fmt-8.1.1/test/static-export-test/main.cc
browsing at commit = 5b3c9c093327b914e2786b479632e2094d8bed5b
#include <iostream>
#include <string>
extern std::string foo();
int main() { std::cout << foo() << std::endl; }
browsing at commit = 5b3c9c093327b914e2786b479632e2094d8bed5b
#include <iostream>
#include <string>
extern std::string foo();
int main() { std::cout << foo() << std::endl; }