https://issues.dlang.org/show_bug.cgi?id=15609 --- Comment #1 from Manu <turkeyman at gmail.com> --- MSVC emits the vptr as "__vfptr", which is a pointer to an array of void* Please have DMD match this array of void* convention, so we can inspect the state of the vtable in D just the same as in C++? --