Stack overflow error
    Marcio Faustino 
    m.faustino.remove-this at gmail.com
       
    Sat Jan 20 06:12:38 PST 2007
    
    
  
The following code:
void f() { f; }
void main() {
    f();
}
compiled by DMD v1.0 (on Windows XP) generates an "Error: Stack Overflow" error.
    
    
More information about the Digitalmars-d-bugs
mailing list