hanchenye-llvm-project/clang/test/Modules/Inputs/cxx-dtor/a.h

2 lines
33 B
C

struct X { X(); virtual ~X(); };