Files
clang-p2996/llvm/test/LLVMC/test_data/false2.cpp
Daniel Dunbar bf7afbaaaf Cleanup some unused RUN lines.
llvm-svn: 86450
2009-11-08 09:07:42 +00:00

6 lines
60 B
C++

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