2008-11-19 10:59:00 +08:00
|
|
|
/*
|
|
|
|
* Check that the 'include' options work.
|
|
|
|
* RUN: echo "int x;\n" > %t1.inc
|
2008-11-26 05:38:12 +08:00
|
|
|
* RUN: llvmc -include %t1.inc -fsyntax-only %s
|
2010-03-21 16:12:46 +08:00
|
|
|
* XFAIL: vg_leak
|
2008-11-19 10:59:00 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
int f0(void) {
|
|
|
|
return x;
|
|
|
|
}
|