dmd/compiler/test/compilable/test22607.c
2022-07-09 18:53:07 +02:00

4 lines
117 B
C

// https://issues.dlang.org/show_bug.cgi?id=22607
float x = 0.f + 0.F + 0.l + 0.L;
float y = 1.f + 2.F + 3.l + 4.L;