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