www.digitalmars.com         C & C++   DMDScript  

D - [BUG]

This code is not correct, but it shouldn't cause a compilation crash.

int main ()
{
    int t;
    t = new t;
   
    return 0;
}

-- 
-Anderson: http://badmama.com.au/~anderson/
Feb 04 2004