On Sunday, 29 January 2012 at 23:58:50 UTC, bearophile wrote:
mta`chrono:

import core.stdc.stdlib;

int main()
{
        return EXIT_FAILURE; // EXIT_SUCCESS works here too.
}

And in D void main(){} returns a EXIT_SUCCESS.

Bye,
bearophile

Except when exited due to an exception thrown.

Reply via email to