MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail101.d
blob0f6e0b3ee49e985137d0eef61d8aa095b25afe99
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/fail101.d(9): Deprecation: use of complex type `creal` is deprecated, use `std.complex.Complex!(real)` instead
5 fail_compilation/fail101.d(9): Error: cannot implicitly convert expression `1` of type `int` to `creal`
6 ---
7 */
9 creal c = 1;