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

3 lines
93 B
C
Raw Normal View History

2022-04-25 13:02:35 +02:00
struct A; // ensure that loading b's canonical decl doesn't load the definition
struct A {};