November 16, 2022
https://issues.dlang.org/show_bug.cgi?id=21487

Richard Cattermole <alphaglosined@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |alphaglosined@gmail.com
         Resolution|---                         |WONTFIX

--- Comment #1 from Richard Cattermole <alphaglosined@gmail.com> ---
The problem here is the inclusion of the object module, you should not include one for compilation in -betterC.

Without the object.d module, this works correctly.

--