bolt/deps/llvm-18.1.8/clang/test/Modules/Inputs/redecl-found-building-chains/d.h
2025-02-14 19:21:04 +01:00

6 lines
191 B
C

#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;