Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
PR28332
/
a.h
1
#include "b.h"
2
3
class A {
4
SmallVector<char, 8> LegalIntWidths;
5
A() {}
6
};
7
8
#include "c.h"
9