blob: 35d23e3edd29de6a159ec59082d01e05a189e231 [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/fail101.d(8): Error: cannot implicitly convert expression `1` of type `int` to `creal`
---
*/
creal c = 1;