Test: reference_to_temporary.cpp reference_to_temporary.cpp:8:31: error: stray '\' in program 8 | std::string getAppName() {\n return std::string("MyApplication");\n } | ^ reference_to_temporary.cpp:8:77: error: stray '\' in program 8 | std::string getAppName() {\n return std::string("MyApplication");\n } | ^ reference_to_temporary.cpp: In member function 'std::string Config::getAppName()': reference_to_temporary.cpp:8:32: error: 'n' was not declared in this scope 8 | std::string getAppName() {\n return std::string("MyApplication");\n } | ^ reference_to_temporary.cpp:8:83: error: expected ';' before '}' token 8 | std::string getAppName() {\n return std::string("MyApplication");\n } | ^ reference_to_temporary.cpp:8:83: warning: no return statement in function returning non-void [-Wreturn-type]