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

3 lines
93 B
C

struct A; // ensure that loading b's canonical decl doesn't load the definition
struct A {};