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