On Wednesday, 25 July 2018 at 12:04:16 UTC, Vladimir Marchevsky
wrote:
> What I've tested:
Even more: if I create another trivial class in cpp (say, Bar)
and new/delete it in first one ("b = new Bar();" in ctor, "delete
b;" in dtor of Foo) - D app with bound Foo just crashes silently
for some reason.