bolt/deps/llvm-18.1.8/clang/test/PCH/Inputs/chain-external-defs1.h
2025-02-14 19:21:04 +01:00

13 lines
184 B
C

// 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;