September 26, 2002 Alpha 4.2 bug | ||||
---|---|---|---|---|
| ||||
The following code causes the compiler to crash. int main(char[][] argv) { struct Test { int a; void func(int b) { a = b; } } void delegate(int) funDel; Test foo; funDel = &foo.func; funDel(12); printf("%d\n",foo.a); return 0; } |
September 26, 2002 Re: Alpha 4.2 bug | ||||
---|---|---|---|---|
| ||||
Posted in reply to Patrick Down | Thanks, I'll take care of it. -Walter |
Copyright © 1999-2021 by the D Language Foundation