Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
0b8f0a208e9849c7ea50173b98acb51efbe1f2c7
/
.
/
test
/
LLVMC
/
C
/
include.c
blob: 9c9530bfb49f5031125f634c7fd3fb410cd617bf [
file
] [
log
] [
blame
]
/*
* Check that the 'include' options work.
* RUN: echo "int x;\n" > %t1.inc
* RUN: llvmc -include %t1.inc -fsyntax-only %s
* XFAIL: vg_leak
*/
int
f0
(
void
)
{
return
x
;
}