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