xref: /llvm-project/clang/test/Modules/Inputs/cxx-dtor/a.h (revision f81340096ddf2b5a75eee94a09ad30a7501ed816)
1 struct X { X(); virtual ~X(); };
2