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