summaryrefslogtreecommitdiffstats
path: root/test/LLVMC/ObjC++/hello.mm
blob: 2125dc76b7222aab72bb0566c446a370594443b4 (plain)
1
2
3
4
5
6
7
8
// Test that we can compile Objective-C++ code.
// RUN: llvmc %s -o %t
// RUN: %abs_tmp | grep hello
#include <iostream>

int main() {
    std::cout << "hello" << '\n';
}
OpenPOWER on IntegriCloud