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