| Thread overview |
|---|
August 12, 2004 return statement bug in main() | ||||
|---|---|---|---|---|
| ||||
This compiles and runs without problem in linux (dmd 0.98):
# void main()
# {
# return 0;
# }
Nick
| ||||
August 12, 2004 Re: return statement bug in main() | ||||
|---|---|---|---|---|
| ||||
Posted in reply to Nick | Nick wrote: > This compiles and runs without problem in linux (dmd 0.98): > > # void main() > # { > # return 0; > # } > this issue has already been discussed before: http://www.digitalmars.com/drn-bin/wwwnews?digitalmars.D.bugs/1234 | |||
August 12, 2004 Re: return statement bug in main() | ||||
|---|---|---|---|---|
| ||||
Posted in reply to h3r3tic | In article <cfge0n$2fp0$2@digitaldaemon.com>, h3r3tic says... > >Nick wrote: > >> This compiles and runs without problem in linux (dmd 0.98): >> >> # void main() >> # { >> # return 0; >> # } >> > >this issue has already been discussed before: http://www.digitalmars.com/drn-bin/wwwnews?digitalmars.D.bugs/1234 Oh, yeah, that's right. Hmm, I'm starting to see why people dislike this "feature" so much... Nick | |||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply