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