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 |
Daniel Dunbar | ff6477b | 2008-11-19 02:59:00 +0000 | [diff] [blame] | 5 | */ |
6 | |||||
7 | int f0(void) { | ||||
8 | return x; | ||||
9 | } |