7 lines
75 B
C++
7 lines
75 B
C++
// RUN: ignore
|
|
#include <string>
|
|
|
|
std::string test2() {
|
|
return "lo";
|
|
}
|