git repos / blockattack-game

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

browsing at commit = 55dd2d963f09b0ae7d11c469b2310d1a7f3153b2

raw · blame · history

#include <iostream>
#include <string>

extern std::string foo();

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