You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following code compiles fine on clang (14.0 and latest trunk), even though the destructor of Foobar is not called ~Foobar but ~Node. GCC reports an error as expected.