summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/lsv-debuginfo/C/C.h
blob: 52c6e4dbac94efea7c13773df45579fb832762b5 (plain)
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
OpenPOWER on IntegriCloud