1 #include "b.h"
2 
3 class A {
4   SmallVector<char, 8> LegalIntWidths;
A()5   A() {}
6 };
7 
8 #include "c.h"
9