struct Stack {
void[1] _buffer;
}
void main() {
}
Throws:
Error: void does not have a default initializer
Internal error: ..\ztc\dt.c 106
Compiles on DPaste but throws on Windows 7.
Comment #1 by rswhite4 — 2013-10-21T14:34:17Z
Forget to say: I use dmd 2.063.2
Comment #2 by mk — 2013-10-22T17:56:49Z
Looks like duplicate of bug 10629.
Comment #3 by mk — 2013-10-22T18:04:57Z
bug 10163 acually :-)
*** This issue has been marked as a duplicate of issue 10163 ***