digitalmars.D.bugs - 2498 bug : reproduced
- Tyro (formerly Andrew Edwards) (14/14) Sep 12 2004 source:
source:
----------------
import std.stdio;
void main() {
writefln(void);
// printf(void); // produces same error
}
output:
----------------
C:\dcode>dmd testStack
Internal error: ..\ztc\cod1.c 2498
Previous post on subject:
----------------
http://www.digitalmars.com/drn-bin/wwwnews?digitalmars.D.bugs/1797
Sep 12 2004








"Tyro (formerly Andrew Edwards)" <ridimz_at yahoo.dot.com>