Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
d99ef536b241071b6f4c01db6525dc03242ac30b
/
.
/
test
/
PCH
/
Inputs
/
chain-external-defs1.h
blob: 36a2653f5f9028a8715b0168d2bfb57426a9c949 [
file
] [
log
] [
blame
]
// Helper 1 for chain-external-defs.c test
// Tentative definitions
int
x
;
int
x2
;
// Should not show up
static
int
z
;
int
incomplete_array
[];
int
incomplete_array2
[];
struct
S s
;