summaryrefslogtreecommitdiffstats
path: root/test/LLVMC/C/opt-test.c
blob: d69dc9b479f87b3853b6466b02edd14b5b2a7640 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Check that the -opt switch works.
 * RUN: llvmc %s -opt -o %t
 * RUN: %abs_tmp | grep hello
 */

#include <stdio.h>

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