repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed some bugs.
[llvm/zpu.git]
/
test
/
LLVMC
/
C
/
include.c
blob
9c9530bfb49f5031125f634c7fd3fb410cd617bf
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
* XFAIL: vg_leak
6
*/
7
8
int
f0
(
void
) {
9
return
x
;
10
}