forked from OSchip/llvm-project
6 lines
60 B
C++
6 lines
60 B
C++
|
#include <string>
|
||
|
|
||
|
std::string test2() {
|
||
|
return "lo";
|
||
|
}
|