Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
a5e42a82ce055f29f3733f3a1f10da6cb9877dee
/
.
/
test
/
PCH
/
external-defs.h
blob: 657b47bcc141a3004f5bd2b60caf85423fc94aa9 [
file
] [
log
] [
blame
]
// Helper for 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
;