Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / lsv-debuginfo / C / C.h
blob52c6e4dbac94efea7c13773df45579fb832762b5
1 #ifndef C_H
2 #define C_H
3 #include <A/ADT.h>
5 namespace llvm {
6 class D {
7 struct Q {
8 unsigned a, b, c, d;
9 };
10 SmallVector<Q, 4> q;
12 } // namespace llvm
13 #endif