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