https://issues.dlang.org/show_bug.cgi?id=15246
--- Comment #2 from Marco Leise <[email protected]> --- Here is the loop that iterates the inheritance chain from up to Object and calls destructors (if defined): https://github.com/D-Programming-Language/druntime/blob/v2.069.0-b2/src/rt/lifetime.d#L1366 --
