4 fail_compilation/ice9494.d(10): Error: circular reference to variable `ice9494.test`
5 fail_compilation/ice9494.d(14): Error: circular reference to variable `ice9494.Foo.test`
6 fail_compilation/ice9494.d(19): Error: circular reference to variable `ice9494.Bar.test`
10 int[test] test; // stack overflow
14 int[this.test] test; // stack overflow
19 int[this.test] test; // stack overflow