summaryrefslogtreecommitdiffstats
path: root/test/LLVMC/C/wall.c
blob: 36813ba0f833b6a95c2c56289a1ea1c8279445ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Check that -Wall works as intended
 * RUN: llvmc -Wall %s -o %t
 * RUN: %abs_tmp | grep hello
 * XFAIL: vg_leak
 */

#include <stdio.h>

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