================
@@ -19,20 +19,23 @@ Example:
.. code-block:: c++
struct Base {
- virtual void ~Base();
+ virtual ~Base();
+ int i;
};
-
----------------
MainakSil wrote:
Check it please.
https://github.com/llvm/llvm-project/pull/108324