Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal error: bad function definition #30

Open
derrell opened this issue Oct 13, 2014 · 0 comments
Open

Internal error: bad function definition #30

derrell opened this issue Oct 13, 2014 · 0 comments
Labels

Comments

@derrell
Copy link
Owner

derrell commented Oct 13, 2014

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)
{
}
@derrell derrell added the bug label Oct 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant