llvm/clang/test/Modules/Inputs/PR28332/a.h

#include "b.h"

class A {
  SmallVector<char, 8> LegalIntWidths;
  A() {}
};

#include "c.h"