summaryrefslogtreecommitdiff
path: root/test/LLVMC/C/include.c
blob: 9c9530bfb49f5031125f634c7fd3fb410cd617bf (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * Check that the 'include' options work.
 * RUN: echo "int x;\n" > %t1.inc
 * RUN: llvmc -include %t1.inc -fsyntax-only %s
 * XFAIL: vg_leak
 */

int f0(void) {
  return x;
}