Is it possible to run the unittests of a module with -betterC like

    dmd -D -g -main -unittest -betterC f.d

?

This currently errors as

/usr/include/dmd/druntime/import/core/internal/entrypoint.d:34: error: undefined reference to '_d_run_main'

for an empty file f.d

Reply via email to