September 11, 2003 Bug: Internal error: ..\ztc\cod4.c 352 | ||||
---|---|---|---|---|
| ||||
// Generates // Internal error: ..\ztc\cod4.c 352 struct Foo { int bar; } Foo[] fooArr; int main(char[][] argv) { foreach(inout Foo item; fooArr) { } return 0; } |
Copyright © 1999-2021 by the D Language Foundation