llvm-for-llvmta/tools/clang/test/Modules/Inputs/redecl-found-building-chains/d.h

7 lines
191 B
C
Raw Normal View History

2022-04-25 13:02:35 +02:00
#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;