blob: 07ae761d2c881774befad8fb6df69fc2644cc524 [file] [log] [blame]
/*
* 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;
}