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

7 lines
75 B
C++

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