Skip to content

vm types #401

@thradams

Description

@thradams

I believe the following code is not producing the expected result or diagnostics.

void f(int n, int m, int a[n][m])
{
}

int main()
{
    int a[2][3] ={
        1, 2, 3,
        4, 5, 6
    };
    f(2, 3, a);
    return 0;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions