MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / ice4983.d
blob00fa95cf5322c032adf0a12307e64d5407d69cb1
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/ice4983.d(14): Error: circular reference to `ice4983.Foo.dg`
5 ---
6 */
8 struct Foo
10 void bar()
14 void delegate() dg = &Foo.init.bar;