Fix typo
[llvm/msp430.git] / test / LLVMC / include.c
blob07ae761d2c881774befad8fb6df69fc2644cc524
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 */
7 int f0(void) {
8 return x;