MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail9301.d
blobeee727036959a60f5337c96cf51724d6e752fdb0
1 /*
2 REQUIRED_ARGS: -m64 -o-
3 TEST_OUTPUT:
4 ---
5 fail_compilation/fail9301.d(11): Error: cannot implicitly convert expression `0` of type `int` to `__vector(void[16])`
6 ---
7 */
9 void main()
11 __vector(void[16]) x = 0x0;