Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
.
/
clang
/
test
/
Index
/
skip-parsed-bodies
/
imported.h
blob: 86673e1231593c523e44be2e93e9d0d9ed09f47d [
file
] [
log
] [
blame
]
extern
int
some_val
;
static
inline
int
imp_foo
()
{
++
some_val
;
return
undef_impval
;
}