A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/ldc-developers/ldc/issues/2450 below:

Strict left-to-right evaluation of function arguments · Issue #2450 · ldc-developers/ldc · GitHub

void test240a(int a, int b, int c)
{
    assert(a == 0);
    assert(b == 0);
    assert(c == 1);
}

void main()
{
    int a = 0;
    test240a(a, a++, a++);
    assert(a == 2);
}

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4