llvm-project/llvm/test/LLVMC/test_data/false2.cpp

6 lines
60 B
C++

#include <string>
std::string test2() {
return "lo";
}