// Test that we can compile Objective-C++ code. // RUN: llvmc %s -o %t // RUN: %abs_tmp | grep hello #include int main() { std::cout << "hello" << '\n'; }