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