1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-01 08:23:21 +01:00
llvm-mirror/test/LLVMC/test_data/false2.cpp
Daniel Dunbar abaa288896 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";
}