Fixed some bugs.
[llvm/zpu.git] / test / LLVMC / C / include.c
blob9c9530bfb49f5031125f634c7fd3fb410cd617bf
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 */
8 int f0(void) {
9 return x;