October 21, 2002 dmd bug: it crashes when it finds a static declaration inside a loop | ||||
---|---|---|---|---|
| ||||
int main() { while(true) { static int a; } return 0; } |
October 21, 2002 Re: dmd bug: it crashes when it finds a static declaration inside a loop | ||||
---|---|---|---|---|
| ||||
Posted in reply to Dario | thanks, I'll check it out. -Walter "Dario" <supdar@yahoo.com> wrote in message news:ap1qhv$20ji$1@digitaldaemon.com... > int main() > { > while(true) > { > static int a; > } > return 0; > } > > |
Copyright © 1999-2021 by the D Language Foundation