1 #ifndef C_H
2 #define C_H
3 #include <A/ADT.h>
4 
5 namespace llvm {
6 class D {
7   struct Q {
8     unsigned a, b, c, d;
9   };
10   SmallVector<Q, 4> q;
11 };
12 } // namespace llvm
13 #endif
14