| 169 | DECLARE_AND_RETURN_BUFFER("one two three one two three"); |
| 170 | } |
| 171 | const CharT* test_string_for_assign() { |
| 172 | DECLARE_AND_RETURN_BUFFER("test string for assign"); |
| 173 | } |
| 174 | const CharT* other_test_string() { |
| 175 | DECLARE_AND_RETURN_BUFFER("other test string"); |
| 176 | } |