https://issues.dlang.org/show_bug.cgi?id=20220
--- Comment #3 from Ernesto Castellotti <[email protected]> --- OK I did other tests, it just happens on clang > 9.0 Jacob Carlborg can you test with clang 9 on MacOS? However I found the way to solve, DMD adds the .ctors section to the elf for crt_constructor, I discovered that using .init_array the problem does not happen --
