git repos / blockattack-game

source/misc/embedded_libs/fmt-11.0.2/test/static-export-test/main.cc

browsing at commit = 8d54d0e8b5f79fe4da6c7c6521ef6130a40de432

raw · blame · history

#include <iostream>
#include <string>

extern std::string foo();

int main() { std::cout << foo() << std::endl; }