blob: 9c9530bfb49f5031125f634c7fd3fb410cd617bf [file] [log] [blame]
/*
* Check that the 'include' options work.
* RUN: echo "int x;\n" > %t1.inc
* RUN: llvmc -include %t1.inc -fsyntax-only %s
* XFAIL: vg_leak
*/
int f0(void) {
return x;
}