D - [BUG]
- J Anderson <REMOVEanderson badmama.com.au> Feb 04 2004
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








J Anderson <REMOVEanderson badmama.com.au>