git repos / blockattack-game

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

browsing at commit = 6e9aa65df6cb05c9baf98bd06cdf79d6d03988c6

raw · blame · history

#include <iostream>
#include <string>

extern std::string foo();

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