blob: 0f6e0b3ee49e985137d0eef61d8aa095b25afe99 [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/fail101.d(9): Deprecation: use of complex type `creal` is deprecated, use `std.complex.Complex!(real)` instead
fail_compilation/fail101.d(9): Error: cannot implicitly convert expression `1` of type `int` to `creal`
---
*/
creal c = 1;