MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / ice8711.d
blobd6674c4a743c558cc459336b6b4258ff66d200fa
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/ice8711.d(8): Error: cannot use array to initialize `int function(int)`
5 ---
6 */
8 int function(int) foos = [x => 0];