Clang Project

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