August 06, 2004 another compiler crash | ||||
|---|---|---|---|---|
| ||||
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
| ||||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply