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