Teach InlineFunction how to differentiate between multiple-value
[oota-llvm.git] / test / LLVMC / test_data / false2.cpp
1 // RUN: ignore
2 #include <string>
3
4 std::string test2() {
5     return "lo";
6 }