llvm-6502/test/LLVMC/test_data/false2.cpp
2008-05-06 18:16:20 +00:00

7 lines
75 B
C++

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