On Thursday, 18 July 2019 at 18:50:07 UTC, Iain Buclaw wrote:
On Thu, 18 Jul 2019 at 18:15, Eugene Wissner via D.gnu <d.gnu@puremagic.com> wrote:You can get away with: module object; extern(C) int main() { return 0; }As a minimal program and it will just compile, no fancy switchesrequired. gcc test.d && ./a.outYes, that is using gcc to compile D code, and no that is not a typo. :-)
Thank you Ian, Eugene. I got it.