struct Foo { Bar x; alias int[Spam*] Bar; } void main() {} DMD 2.059head gives: Error: forward reference of Spam
2.059 Win32 gives: PS E:\DigitalMars\dmd2\samples> rdmd bug.d bug.d(3): Error: undefined identifier Spam