blob: 52c6e4dbac94efea7c13773df45579fb832762b5 [file] [log] [blame]
#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