https://issues.dlang.org/show_bug.cgi?id=23697

--- Comment #4 from Iain Buclaw <ibuc...@gdcproject.org> ---
Another example of forward reference code that is accepted by ImportC, rejected
by standard C.

```
struct S s;
int* p = &s.t.x;
struct S { int a; struct T t; };
```

Giving both as examples on the ImportC documentation page would be good enough.

--

Reply via email to