summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/PR28332/a.h
blob: 1dc96c80fcd68f90fcf5170e089967e2b51dd0c3 (plain)
1
2
3
4
5
6
7
8
#include "b.h"

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

#include "c.h"
OpenPOWER on IntegriCloud