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