forked from OSchip/llvm-project
4 lines
32 B
C++
4 lines
32 B
C++
|
struct B {
|
||
|
virtual ~B() {}
|
||
|
};
|