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