Clang Project

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