Skip to content

Internal error: bad function definition #30

@derrell

Description

@derrell

Note the bad definition of smile, which causes a later internal error:

void box_box(void);
void smile(void);

int main(void)
{
}

void(smile)
{
}

void box_box(void)
{
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions