fix an x86 fast isel issue where we'd completely give up on folding an address
[oota-llvm.git] / test / LLVMC / test_data / false2.cpp
1 #include <string>
2
3 std::string test2() {
4     return "lo";
5 }