llvm-6502/test/LLVMC/include.c
2008-11-25 21:38:12 +00:00

10 lines
161 B
C

/*
* Check that the 'include' options work.
* RUN: echo "int x;\n" > %t1.inc
* RUN: llvmc -include %t1.inc -fsyntax-only %s
*/
int f0(void) {
return x;
}