1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/fail101.d(8): Error: cannot implicitly convert expression `1` of type `int` to `creal`
5 ---
6 */
7 
8 creal c = 1;
9