```d module test;
void test() @safe { int i; int b = (*&(*&++i))++; } void main() @safe { test(); } ```I'm not showing a deficiency of D, that program is undeniably safe ;)
```d module test;
void test() @safe { int i; int b = (*&(*&++i))++; } void main() @safe { test(); } ```I'm not showing a deficiency of D, that program is undeniably safe ;)