summaryrefslogtreecommitdiffstats
path: root/test/LLVMC/ObjC/hello.m
blob: b2d903f8d53f1d2b362ba39882d0ed9c2a82e28c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Check that we can compile helloworld
 * RUN: llvmc %s -o %t
 * RUN: %abs_tmp | grep hello
 */

#include <stdio.h>

int main() {
    printf("hello\n");
    return 0;
}
OpenPOWER on IntegriCloud