As with r70333, give the primary induction variable a use so
[oota-llvm.git] / test / LLVMC / 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  */
6
7 int f0(void) {
8   return x;
9 }