MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail18.d
blob848b65116f16790de6c5a782ed3621e19b60ad14
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/fail18.d(14): Error: upper and lower bounds are needed to slice a pointer
5 ---
6 */
8 // 7/25
9 // Internal error: ..\ztc\cgcod.c 1464
11 void main ()
13 int x = 3;
14 int[] a = (&x)[];