Clang Project

clang_source_code/test/Modules/Inputs/PR21687/a.h
1struct X { X(); virtual ~X(); };
2