1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/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";
}