Skip to content

flow: static arrays #435

Description

@thradams
#pragma flow enable

int main()
{
    char a[4] = { 0 };
    static_debug(a);
    if (a[0] == 'U' && a[1] == '\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