• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 
f0(void)8 int f0(void) {
9   return x;
10 }
11