summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/redecl-found-building-chains/d.h
blob: 0beef5a79da407933bf76dc7b8d342cf5b4aac18 (plain)
1
2
3
4
5
6
#include "a.h" // ensure that our canonical decl is not from b
struct A;
#include "b.h"
struct A;
#include "c.h" // ensure that our type for A doesn't reference the definition in b
struct A;
OpenPOWER on IntegriCloud