git repos / blockattack-game

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

browsing at commit = 47fd5c32fce57b95ce891d4fc3a8bd2116e4785a

raw · blame · history

#include <iostream>
#include <string>

extern std::string foo();

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