Skip to content

Internal error: assignment of char array in parameter #39

@derrell

Description

@derrell
#include <stdio.h>

int main(int argc, char * argv[])
{
    char    string[] = "hello";
    printf("[%s]\n", string = "hll");
    return 0;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions