Skip to content

Internal error: bad function definition #30

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)
{
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions