Comment #0 by pro.mathias.lang — 2020-08-28T17:16:18Z
```
void foo (Callback cb);
mixin(q{ alias Callback = void delegate(); });
```
> test.d(1): Error: undefined identifier Callback
Swap the order and it works.
Comment #1 by robert.schadek — 2024-12-13T19:11:18Z