Clang Project

clang_source_code/test/Modules/Inputs/redecl-found-building-chains/b.h
1struct A; // ensure that loading b's canonical decl doesn't load the definition
2struct A {};
3