Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
unused-global-init
/
init.h
1
struct Init { Init(); ~Init(); } init;
2