blob: 38f7999ed3dd1876ac2ff6292089cd2fbadac7c3 [file] [log] [blame]
#include <iostream>
#include <string>
extern std::string foo();
int main() { std::cout << foo() << std::endl; }