On Sunday, 14 May 2017 at 16:44:10 UTC, Patrick Schluter wrote:
> What does that snippet do ? What should it do?
>
> int caca(void)
> {
> for(int i=0xFFFFFFFF; i!=0x80000000; i++)
> printf("coucou");
> }
Implicit coercion is a design bug in both C and D... :-P