How can one reliably run unittests

Dennis dkorpel at gmail.com
Thu Aug 26 23:29:20 UTC 2021


On Thursday, 26 August 2021 at 09:38:54 UTC, deadalnix wrote:
> But having main declared twice is some special level of 
> nonsense. In what case could I possibly want two main?

When there's both a main function and the `-main` flag, should 
`-main` do nothing or override the main function with an empty 
one?


More information about the Digitalmars-d mailing list