repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
revert a hunk of r82018 that wasn't supposed to go in yet.
[llvm/avr.git]
/
test
/
LLVMC
/
C
/
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
}