7 lines
111 B
C++

extern const char* getTestStringBackend();
const char* getTestString()
{
return getTestStringBackend();
}