Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / PCH / Inputs / chain-external-defs1.h
blob36a2653f5f9028a8715b0168d2bfb57426a9c949
1 // Helper 1 for chain-external-defs.c test
3 // Tentative definitions
4 int x;
5 int x2;
7 // Should not show up
8 static int z;
10 int incomplete_array[];
11 int incomplete_array2[];
13 struct S s;