[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / PCH / Inputs / pr27445.h
blobf78a1bcf859f8c5c3a42ce6c01e3ab69016ebc68
1 struct Info {
2 virtual ~Info();
3 void hash() {}
4 };