digitalmars.D.bugs - another compiler crash
- Sean Kelly (10/10) Aug 06 2004 D:\code\d>type test.d
D:\code\d>type test.d
int main()
{
struct S { static S opCall() { S s; return s; } }
S s = S;
return 0;
}
D:\code\d>dmd test
test.d(4): type S is not an expression
Internal error: ..\ztc\el.c 723
Aug 06 2004








Sean Kelly <sean f4.ca>