Comment #0 by bearophile_hugs — 2013-07-13T07:05:43Z
class Foo {}
struct Bar {
void[__traits(classInstanceSize, Foo)] x;
}
void main() {
Bar f;
}
It generates an ICE and the first error message has no line number, dmd 2.064alpha:
Error: void does not have a default initializer
Internal error: backend\dt.c 106