summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/lsv-debuginfo/B/B.h
blob: c00bc3cddbf508ed73c6dca4013391aa29e4f318 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef B_H
#define B_H
#include <A/ADT.h>
#include <C/C.h>

namespace llvm {
struct S {
  unsigned a, b, c, d;
};
class C {
  Optional<S> S;
};
}
#endif
OpenPOWER on IntegriCloud