Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / PCH / Inputs / chain-external-defs2.h
blob72af92f1a3d7cb9b7f0005ca28fcaadd889829aa
1 // Helper 2 for chain-external-defs.c test
3 // Tentative definitions
4 int y;
5 int y2;
7 // Should still not show up
8 static int z;
10 int incomplete_array[];
11 int incomplete_array3[];