repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix typo
[llvm/msp430.git]
/
test
/
LLVMC
/
include.c
blob
07ae761d2c881774befad8fb6df69fc2644cc524
1
/*
2
* Check that the 'include' options work.
3
* RUN: echo "int x;\n" > %t1.inc
4
* RUN: llvmc -include %t1.inc -fsyntax-only %s
5
*/
6
7
int
f0
(
void
) {
8
return
x
;
9
}