9c9530bfb49f5031125f634c7fd3fb410cd617bf
[oota-llvm.git] / test / LLVMC / C / include.c
1 /*
2  * Check that the 'include' options work.
3  * RUN: echo "int x;\n" > %t1.inc
4  * RUN: llvmc -include %t1.inc -fsyntax-only %s
5  * XFAIL: vg_leak
6  */
7
8 int f0(void) {
9   return x;
10 }