<source>:12:9: warning: string concatenation results in allocation of unnecessary temporary strings; consider using 'operator+=' or 'string::append()' instead [performance-inefficient-string-concatenation]
12 | s = s + "def";
| ^
1 warning generated.