Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
d91487785f641af7f5c6c32b04cb28cfe94518a9
/
.
/
test
/
LLVMC
/
include.c
blob: eeb6ca6926bb589cfbb001f19ebdeefb6bd24a3a [
file
] [
log
] [
blame
]
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
4
* RUN: llvmc2 -include %t1.inc -fsyntax-only %s
5
*/
6
7
int
f0
(
void
)
{
8
return
x
;
9
}