D - [BUG]
- J Anderson (10/10) Feb 04 2004 This code is not correct, but it shouldn't cause a compilation crash.
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>