Daniel Dunbar | ff6477b | 2008-11-19 02:59:00 +0000 | [diff] [blame] | 1 | /* |
2 | * Check that the 'include' options work. | ||||
3 | * RUN: echo "int x;\n" > %t1.inc | ||||
Mikhail Glushenkov | 113ec35 | 2008-11-25 21:38:12 +0000 | [diff] [blame] | 4 | * RUN: llvmc -include %t1.inc -fsyntax-only %s |
Jeffrey Yasskin | f65b0e9 | 2010-03-21 08:12:46 +0000 | [diff] [blame] | 5 | * XFAIL: vg_leak |
Daniel Dunbar | ff6477b | 2008-11-19 02:59:00 +0000 | [diff] [blame] | 6 | */ |
7 | |||||
8 | int f0(void) { | ||||
9 | return x; | ||||
10 | } |