Clang Project
clang_source_code
/
test
/
PCH
/
Inputs
/
pr27445.h
1
struct Info {
2
virtual ~Info();
3
void hash() {}
4
};
5