#include extern const char* getTestString(); int main() { puts(getTestString()); }