1 2 3 4 5 6
extern const char* getTestStringBackend(); const char* getTestString() { return getTestStringBackend(); }